#DCBB83

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

Shades of Straw #DCBB83

Tints of Straw #DCBB83

Color information

#DCBB83 (or 0xDCBB83) is unknown color: approx Straw. HEX triplet: DC, BB and 83. RGB value is (220,187,131). Sum of RGB (Red+Green+Blue) = 220+187+131=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB83 is #23447C. Grayscale: #BEBEBE. Windows color (decimal): -2311293 or 8633308. OLE color: 8633308.

HSL color Cylindrical-coordinate representation of color #DCBB83: hue angle of 37.75º 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 #DCBB83 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220187131-
CMYK00.150.400.14
HSL37.75º55.97%68.82%-
HSV(B)37.75º40.45%86.27%-
XYZ51.3852.3928.88-
YUV190.4894.43149.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 131 (51.56% from 255) = 24.35%
R=40.89%
G=34.76%
B=24.35%

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
Decimal22018713100.150.400.1437.7555.9768.82
HexDCBB830F28E263845
Octal33427320301750164670105
Binary1101110010111011100000110111110100011101001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB83; }

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

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

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

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

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

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

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

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