Color Hex Logo

#dbcc59 Color Hex

#DBCC59
(219,204,89)
0 Favorites   0 Comments

Color spaces of #dbcc59

RGB 21920489
HSL0.150.640.60
HSV53°59°86°
CMYK 0.000.070.59   0.14
XYZ52.609558.967118.0602
Yxy58.96710.40580.4549
Hunter Lab76.7900-12.090739.8086
CIE-Lab81.2735-8.752057.8248

#dbcc59 color RGB value is (219,204,89).

#dbcc59 hex color red value is 219, green value is 204 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dbcc59 hue: 0.15 , saturation: 0.64 and the lightness value of dbcc59 is 0.60.

The process color (four color CMYK) of #dbcc59 color hex is 0.00, 0.07, 0.59, 0.14. Web safe color of #dbcc59 is #cccc66. Color #dbcc59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01011001
Octal 333 314 131
Decimal 219 204 89
Hex DB CC 59

RGB Percentages of Color #dbcc59

%42.77
%39.84
%17.38

CMYK Percentages of Color #dbcc59

%0
%7
%59
%14

Triadic Colors of #dbcc59

#dbcc59 #59dbcc #cc59db

Analogous Colors of #dbcc59

#dbcc59 #a9db59 #db8b59

Monochromatic Colors of #dbcc59

#dbcc59

Complementary Color

#dbcc59 #5968db

#dbcc59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc59 Color CSS Codes

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

#dbcc59 Text Font Color

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

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


#dbcc59 Background Color

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

This div background color is #dbcc59


#dbcc59 Border Color

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

This div border color is #dbcc59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc59

#dbcc59 Color Palettes


Comments

No comments written yet.

Please login to write comment.