#DCBB84

Color #DCBB84 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DCBB84

Tints of Straw #DCBB84

Color information

#DCBB84 (or 0xDCBB84) is unknown color: approx Straw. HEX triplet: DC, BB and 84. RGB value is (220,187,132). Sum of RGB (Red+Green+Blue) = 220+187+132=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB84 is #23447B. Grayscale: #BEBEBE. Windows color (decimal): -2311292 or 8698844. OLE color: 8698844.

HSL color Cylindrical-coordinate representation of color #DCBB84: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCBB84 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220187132-
CMYK00.150.400.14
HSL37.5º55.7%69.02%-
HSV(B)37.5º40%86.27%-
XYZ51.4552.4229.24-
YUV190.694.93148.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 132 (51.95% from 255) = 24.49%
R=40.82%
G=34.69%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018713200.150.400.1437.555.769.02
HexDCBB840F28E263845
Octal33427320401750164670105
Binary1101110010111011100001000111110100011101001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB84; }

 p { color: rgb(220,187,132); }

 H1.HeaderClassName
 {
   color: #DCBB84;
 }
 .AnyTagClassName
 {
   color: #DCBB84;
 }
</style>
background-color css

<style>
 a { background-color: #DCBB84; }

 a { background-color: rgb(220,187,132); }

 div.DivClassName
 {
   background-color: #DCBB84;
 }
 .BgClassName
 {
   background-color: #DCBB84;
 }
</style>
border-color css

<style>
 span { border-color: #DCBB84; }

 span { border-color: rgb(220,187,132); }

 td.TdClassName
 {
   border-color: #DCBB84;
 }
 .TagClassName
 {
   border-color: #DCBB84;
 }
</style>