Color Hex Logo

#dbcb7d Color Hex

#DBCB7D
(219,203,125)
0 Favorites   0 Comments

Color spaces of #dbcb7d

RGB 219203125
HSL0.140.570.67
HSV50°43°86°
CMYK 0.000.070.43   0.14
XYZ54.271059.252627.9785
Yxy59.25260.38350.4187
Hunter Lab76.9757-8.857732.3328
CIE-Lab81.4302-5.150640.8327

#dbcb7d color RGB value is (219,203,125).

#dbcb7d hex color red value is 219, green value is 203 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dbcb7d hue: 0.14 , saturation: 0.57 and the lightness value of dbcb7d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01111101
Octal 333 313 175
Decimal 219 203 125
Hex DB CB 7D

RGB Percentages of Color #dbcb7d

%40.04
%37.11
%22.85

CMYK Percentages of Color #dbcb7d

%0
%7
%43
%14

Triadic Colors of #dbcb7d

#dbcb7d #7ddbcb #cb7ddb

Analogous Colors of #dbcb7d

#dbcb7d #bcdb7d #db9c7d

Monochromatic Colors of #dbcb7d

#dbcb7d

Complementary Color

#dbcb7d #7d8ddb

#dbcb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb7d Color CSS Codes

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

#dbcb7d Text Font Color

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

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


#dbcb7d Background Color

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

This div background color is #dbcb7d


#dbcb7d Border Color

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

This div border color is #dbcb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb7d


Comments

No comments written yet.

Please login to write comment.