Color Hex Logo

#dbc669 Color Hex

#DBC669
(219,198,105)
0 Favorites   0 Comments

Color spaces of #dbc669

RGB 219198105
HSL0.140.610.64
HSV49°52°86°
CMYK 0.000.100.52   0.14
XYZ51.957356.468221.5256
Yxy56.46820.39980.4345
Hunter Lab75.1453-8.085135.6179
CIE-Lab79.8795-4.447148.8000

#dbc669 color RGB value is (219,198,105).

#dbc669 hex color red value is 219, green value is 198 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dbc669 hue: 0.14 , saturation: 0.61 and the lightness value of dbc669 is 0.64.

The process color (four color CMYK) of #dbc669 color hex is 0.00, 0.10, 0.52, 0.14. Web safe color of #dbc669 is #cccc66. Color #dbc669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01101001
Octal 333 306 151
Decimal 219 198 105
Hex DB C6 69

RGB Percentages of Color #dbc669

%41.95
%37.93
%20.11

CMYK Percentages of Color #dbc669

%0
%10
%52
%14

Triadic Colors of #dbc669

#dbc669 #69dbc6 #c669db

Analogous Colors of #dbc669

#dbc669 #b7db69 #db8d69

Monochromatic Colors of #dbc669

#dbc669

Complementary Color

#dbc669 #697edb

#dbc669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc669 Color CSS Codes

.mybgcolor {background-color:#dbc669; } 
.myforecolor {color:#dbc669; }
.mybordercolor {border:3px solid #dbc669; }

#dbc669 Text Font Color

<p style="color:#dbc669">Text here</p>

This sample text font color is #dbc669
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc669 Background Color

<div style="background-color:#dbc669">
Div content here</div>

This div background color is #dbc669


#dbc669 Border Color

<div style="border:3px solid #dbc669">
Div here</div>

This div border color is #dbc669


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,198,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc669; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc669;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc669;
  box-shadow:         1px 1px 3px 2px #dbc669; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,198,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc669">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc669;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc669;
  box-shadow:         1px 1px 3px 2px #dbc669;">
Div content here</div>

This div box has shadow with color #dbc669


Comments

No comments written yet.

Please login to write comment.