Color Hex Logo

#dbbc81 Color Hex

#DBBC81
(219,188,129)
0 Favorites   0 Comments

Color spaces of #dbbc81

RGB 219188129
HSL0.110.560.68
HSV39°41°86°
CMYK 0.000.140.41   0.14
XYZ51.159152.611528.2275
Yxy52.61150.38760.3986
Hunter Lab72.5338-1.035627.7001
CIE-Lab77.64513.080033.9304

#dbbc81 color RGB value is (219,188,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 10000001
Octal 333 274 201
Decimal 219 188 129
Hex DB BC 81

RGB Percentages of Color #dbbc81

%40.86
%35.07
%24.07

CMYK Percentages of Color #dbbc81

%0
%14
%41
%14

Triadic Colors of #dbbc81

#dbbc81 #81dbbc #bc81db

Analogous Colors of #dbbc81

#dbbc81 #cddb81 #db8f81

Monochromatic Colors of #dbbc81

#dbbc81

Complementary Color

#dbbc81 #81a0db

#dbbc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc81 Color CSS Codes

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

#dbbc81 Text Font Color

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

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


#dbbc81 Background Color

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

This div background color is #dbbc81


#dbbc81 Border Color

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

This div border color is #dbbc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc81


Comments

No comments written yet.

Please login to write comment.