Color Hex Logo

#dbcb83 Color Hex

#DBCB83
(219,203,131)
0 Favorites   0 Comments

Color spaces of #dbcb83

RGB 219203131
HSL0.140.550.69
HSV49°40°86°
CMYK 0.000.070.40   0.14
XYZ54.666159.410630.0589
Yxy59.41060.37930.4122
Hunter Lab77.0783-8.289730.8329
CIE-Lab81.5168-4.519337.9054

#dbcb83 color RGB value is (219,203,131).

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

The process color (four color CMYK) of #dbcb83 color hex is 0.00, 0.07, 0.40, 0.14. Web safe color of #dbcb83 is #cccc99. Color #dbcb83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 10000011
Octal 333 313 203
Decimal 219 203 131
Hex DB CB 83

RGB Percentages of Color #dbcb83

%39.60
%36.71
%23.69

CMYK Percentages of Color #dbcb83

%0
%7
%40
%14

Triadic Colors of #dbcb83

#dbcb83 #83dbcb #cb83db

Analogous Colors of #dbcb83

#dbcb83 #bfdb83 #db9f83

Monochromatic Colors of #dbcb83

#dbcb83

Complementary Color

#dbcb83 #8393db

#dbcb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb83 Color CSS Codes

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

#dbcb83 Text Font Color

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

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


#dbcb83 Background Color

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

This div background color is #dbcb83


#dbcb83 Border Color

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

This div border color is #dbcb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb83


Comments

No comments written yet.

Please login to write comment.