Color Hex Logo

#dbc259 Color Hex

#DBC259
(219,194,89)
0 Favorites   0 Comments

Color spaces of #dbc259

RGB 21919489
HSL0.130.640.60
HSV48°59°86°
CMYK 0.000.110.59   0.14
XYZ50.308454.364917.2931
Yxy54.36490.41250.4457
Hunter Lab73.7326-7.239837.7070
CIE-Lab78.6740-3.622254.9213

#dbc259 color RGB value is (219,194,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01011001
Octal 333 302 131
Decimal 219 194 89
Hex DB C2 59

RGB Percentages of Color #dbc259

%43.63
%38.65
%17.73

CMYK Percentages of Color #dbc259

%0
%11
%59
%14

Triadic Colors of #dbc259

#dbc259 #59dbc2 #c259db

Analogous Colors of #dbc259

#dbc259 #b3db59 #db8159

Monochromatic Colors of #dbc259

#dbc259

Complementary Color

#dbc259 #5972db

#dbc259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc259 Color CSS Codes

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

#dbc259 Text Font Color

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

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


#dbc259 Background Color

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

This div background color is #dbc259


#dbc259 Border Color

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

This div border color is #dbc259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,194,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 #dbc259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc259


Comments

No comments written yet.

Please login to write comment.