#DCBE86

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

Shades of Straw #DCBE86

Tints of Straw #DCBE86

Color information

#DCBE86 (or 0xDCBE86) is unknown color: approx Straw. HEX triplet: DC, BE and 86. RGB value is (220,190,134). Sum of RGB (Red+Green+Blue) = 220+190+134=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE86 is #234179. Grayscale: #C0C0C0. Windows color (decimal): -2310522 or 8830684. OLE color: 8830684.

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

Color convert

RGB220190134-
CMYK00.140.390.14
HSL39.07º55.13%69.41%-
HSV(B)39.07º39.09%86.27%-
XYZ52.2353.7630.18-
YUV192.5994.94147.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=40.44%
G=34.93%
B=24.63%

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
Decimal22019013400.140.390.1439.0755.1369.41
HexDCBE860E27E273745
Octal33427620601647164767105
Binary1101110010111110100001100111010011111101001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE86; }

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

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

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

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

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

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

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

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