Color Hex Logo

#dbcb7e Color Hex

#DBCB7E
(219,203,126)
0 Favorites   0 Comments

Color spaces of #dbcb7e

RGB 219203126
HSL0.140.560.68
HSV50°42°86°
CMYK 0.000.070.42   0.14
XYZ54.335259.278328.3167
Yxy59.27830.38280.4177
Hunter Lab76.9924-8.765432.0887
CIE-Lab81.4443-5.047840.3467

#dbcb7e color RGB value is (219,203,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 01111110
Octal 333 313 176
Decimal 219 203 126
Hex DB CB 7E

RGB Percentages of Color #dbcb7e

%39.96
%37.04
%22.99

CMYK Percentages of Color #dbcb7e

%0
%7
%42
%14

Triadic Colors of #dbcb7e

#dbcb7e #7edbcb #cb7edb

Analogous Colors of #dbcb7e

#dbcb7e #bddb7e #db9d7e

Monochromatic Colors of #dbcb7e

#dbcb7e

Complementary Color

#dbcb7e #7e8edb

#dbcb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb7e Color CSS Codes

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

#dbcb7e Text Font Color

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

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


#dbcb7e Background Color

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

This div background color is #dbcb7e


#dbcb7e Border Color

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

This div border color is #dbcb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb7e


Comments

No comments written yet.

Please login to write comment.