#DCBF89

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

Shades of Straw #DCBF89

Tints of Straw #DCBF89

Color information

#DCBF89 (or 0xDCBF89) is unknown color: approx Straw. HEX triplet: DC, BF and 89. RGB value is (220,191,137). Sum of RGB (Red+Green+Blue) = 220+191+137=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF89 is #234076. Grayscale: #C1C1C1. Windows color (decimal): -2310263 or 9027548. OLE color: 9027548.

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

Color convert

RGB220191137-
CMYK00.130.380.14
HSL39.04º54.25%70%-
HSV(B)39.04º37.73%86.27%-
XYZ52.6654.2831.37-
YUV193.5296.11146.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 137 (53.91% from 255) = 25%
R=40.15%
G=34.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019113700.130.380.1439.0454.2570
HexDCBF890D26E273646
Octal33427721101546164766106
Binary1101110010111111100010010110110011011101001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF89; }

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

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

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

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

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

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

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

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