#DCBF86

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

Shades of Straw #DCBF86

Tints of Straw #DCBF86

Color information

#DCBF86 (or 0xDCBF86) is unknown color: approx Straw. HEX triplet: DC, BF and 86. RGB value is (220,191,134). Sum of RGB (Red+Green+Blue) = 220+191+134=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF86 is #234079. Grayscale: #C1C1C1. Windows color (decimal): -2310266 or 8830940. OLE color: 8830940.

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

Color convert

RGB220191134-
CMYK00.130.390.14
HSL39.77º55.13%69.41%-
HSV(B)39.77º39.09%86.27%-
XYZ52.4554.230.25-
YUV193.1794.61147.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=40.37%
G=35.05%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019113400.130.390.1439.7755.1369.41
HexDCBF860D27E283745
Octal33427720601547165067105
Binary1101110010111111100001100110110011111101010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF86; }

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

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

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

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

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

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

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

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