#DCBE84

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

Shades of Straw #DCBE84

Tints of Straw #DCBE84

Color information

#DCBE84 (or 0xDCBE84) is unknown color: approx Straw. HEX triplet: DC, BE and 84. RGB value is (220,190,132). Sum of RGB (Red+Green+Blue) = 220+190+132=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE84 is #23417B. Grayscale: #C0C0C0. Windows color (decimal): -2310524 or 8699612. OLE color: 8699612.

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

Color convert

RGB220190132-
CMYK00.140.400.14
HSL39.55º55.7%69.02%-
HSV(B)39.55º40%86.27%-
XYZ52.0953.7129.45-
YUV192.3693.94147.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 132 (51.95% from 255) = 24.35%
R=40.59%
G=35.06%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019013200.140.400.1439.5555.769.02
HexDCBE840E28E283845
Octal33427620401650165070105
Binary1101110010111110100001000111010100011101010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE84; }

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

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

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

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

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

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

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

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