#DCBF88

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

Shades of Straw #DCBF88

Tints of Straw #DCBF88

Color information

#DCBF88 (or 0xDCBF88) is unknown color: approx Straw. HEX triplet: DC, BF and 88. RGB value is (220,191,136). Sum of RGB (Red+Green+Blue) = 220+191+136=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF88 is #234077. Grayscale: #C1C1C1. Windows color (decimal): -2310264 or 8962012. OLE color: 8962012.

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

Color convert

RGB220191136-
CMYK00.130.380.14
HSL39.29º54.55%69.8%-
HSV(B)39.29º38.18%86.27%-
XYZ52.5954.2530.99-
YUV193.495.61146.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=40.22%
G=34.92%
B=24.86%

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
Decimal22019113600.130.380.1439.2954.5569.8
HexDCBF880D26E273746
Octal33427721001546164767106
Binary1101110010111111100010000110110011011101001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF88; }

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

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

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

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

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

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

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

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