Color Hex Logo

#dbc255 Color Hex

#DBC255
(219,194,85)
0 Favorites   0 Comments

Color spaces of #dbc255

RGB 21919485
HSL0.140.650.60
HSV49°61°86°
CMYK 0.000.110.61   0.14
XYZ50.144954.299516.4323
Yxy54.29950.41480.4492
Hunter Lab73.6882-7.484938.3602
CIE-Lab78.6360-3.897256.6836

#dbc255 color RGB value is (219,194,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 01010101
Octal 333 302 125
Decimal 219 194 85
Hex DB C2 55

RGB Percentages of Color #dbc255

%43.98
%38.96
%17.07

CMYK Percentages of Color #dbc255

%0
%11
%61
%14

Triadic Colors of #dbc255

#dbc255 #55dbc2 #c255db

Analogous Colors of #dbc255

#dbc255 #b1db55 #db7f55

Monochromatic Colors of #dbc255

#dbc255

Complementary Color

#dbc255 #556edb

#dbc255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc255 Color CSS Codes

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

#dbc255 Text Font Color

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

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


#dbc255 Background Color

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

This div background color is #dbc255


#dbc255 Border Color

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

This div border color is #dbc255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc255


Comments

No comments written yet.

Please login to write comment.