Color Hex Logo

#dbcc8b Color Hex

#DBCC8B
(219,204,139)
0 Favorites   0 Comments

Color spaces of #dbcc8b

RGB 219204139
HSL0.140.530.70
HSV49°37°86°
CMYK 0.000.070.37   0.14
XYZ55.466560.109933.1051
Yxy60.10990.37310.4043
Hunter Lab77.5306-7.977028.9549
CIE-Lab81.8979-4.142534.3041

#dbcc8b color RGB value is (219,204,139).

#dbcc8b hex color red value is 219, green value is 204 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dbcc8b hue: 0.14 , saturation: 0.53 and the lightness value of dbcc8b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 10001011
Octal 333 314 213
Decimal 219 204 139
Hex DB CC 8B

RGB Percentages of Color #dbcc8b

%38.97
%36.30
%24.73

CMYK Percentages of Color #dbcc8b

%0
%7
%37
%14

Triadic Colors of #dbcc8b

#dbcc8b #8bdbcc #cc8bdb

Analogous Colors of #dbcc8b

#dbcc8b #c2db8b #dba48b

Monochromatic Colors of #dbcc8b

#dbcc8b

Complementary Color

#dbcc8b #8b9adb

#dbcc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc8b Color CSS Codes

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

#dbcc8b Text Font Color

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

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


#dbcc8b Background Color

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

This div background color is #dbcc8b


#dbcc8b Border Color

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

This div border color is #dbcc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc8b


Comments

No comments written yet.

Please login to write comment.