Color Hex Logo

#dbc566 Color Hex

#DBC566
(219,197,102)
0 Favorites   0 Comments

Color spaces of #dbc566

RGB 219197102
HSL0.140.620.63
HSV49°53°86°
CMYK 0.000.100.53   0.14
XYZ51.577955.951920.6517
Yxy55.95190.40240.4365
Hunter Lab74.8010-7.819835.9914
CIE-Lab79.5864-4.181249.8931

#dbc566 color RGB value is (219,197,102).

#dbc566 hex color red value is 219, green value is 197 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dbc566 hue: 0.14 , saturation: 0.62 and the lightness value of dbc566 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01100110
Octal 333 305 146
Decimal 219 197 102
Hex DB C5 66

RGB Percentages of Color #dbc566

%42.28
%38.03
%19.69

CMYK Percentages of Color #dbc566

%0
%10
%53
%14

Triadic Colors of #dbc566

#dbc566 #66dbc5 #c566db

Analogous Colors of #dbc566

#dbc566 #b7db66 #db8b66

Monochromatic Colors of #dbc566

#dbc566

Complementary Color

#dbc566 #667cdb

#dbc566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc566 Color CSS Codes

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

#dbc566 Text Font Color

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

This sample text font color is #dbc566
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.


#dbc566 Background Color

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

This div background color is #dbc566


#dbc566 Border Color

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

This div border color is #dbc566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc566


Comments

No comments written yet.

Please login to write comment.