Color Hex Logo

#dbbc83 Color Hex

#DBBC83
(219,188,131)
0 Favorites   0 Comments

Color spaces of #dbbc83

RGB 219188131
HSL0.110.550.69
HSV39°40°86°
CMYK 0.000.140.40   0.14
XYZ51.293452.665228.9347
Yxy52.66520.38600.3963
Hunter Lab72.5708-0.834227.1600
CIE-Lab77.67693.298332.9291

#dbbc83 color RGB value is (219,188,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 10000011
Octal 333 274 203
Decimal 219 188 131
Hex DB BC 83

RGB Percentages of Color #dbbc83

%40.71
%34.94
%24.35

CMYK Percentages of Color #dbbc83

%0
%14
%40
%14

Triadic Colors of #dbbc83

#dbbc83 #83dbbc #bc83db

Analogous Colors of #dbbc83

#dbbc83 #cedb83 #db9083

Monochromatic Colors of #dbbc83

#dbbc83

Complementary Color

#dbbc83 #83a2db

#dbbc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc83 Color CSS Codes

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

#dbbc83 Text Font Color

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

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


#dbbc83 Background Color

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

This div background color is #dbbc83


#dbbc83 Border Color

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

This div border color is #dbbc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc83


Comments

No comments written yet.

Please login to write comment.