#DCBE87

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

Shades of Straw #DCBE87

Tints of Straw #DCBE87

Color information

#DCBE87 (or 0xDCBE87) is unknown color: approx Straw. HEX triplet: DC, BE and 87. RGB value is (220,190,135). Sum of RGB (Red+Green+Blue) = 220+190+135=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE87 is #234178. Grayscale: #C0C0C0. Windows color (decimal): -2310521 or 8896220. OLE color: 8896220.

HSL color Cylindrical-coordinate representation of color #DCBE87: hue angle of 38.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCBE87 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220190135-
CMYK00.140.390.14
HSL38.82º54.84%69.61%-
HSV(B)38.82º38.64%86.27%-
XYZ52.353.7930.55-
YUV192.795.44147.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 135 (53.12% from 255) = 24.77%
R=40.37%
G=34.86%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019013500.140.390.1438.8254.8469.61
HexDCBE870E27E273746
Octal33427620701647164767106
Binary1101110010111110100001110111010011111101001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE87; }

 p { color: rgb(220,190,135); }

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

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

 a { background-color: rgb(220,190,135); }

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

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

 span { border-color: rgb(220,190,135); }

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