#DCBF85

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

Shades of Straw #DCBF85

Tints of Straw #DCBF85

Color information

#DCBF85 (or 0xDCBF85) is unknown color: approx Straw. HEX triplet: DC, BF and 85. RGB value is (220,191,133). Sum of RGB (Red+Green+Blue) = 220+191+133=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF85 is #23407A. Grayscale: #C1C1C1. Windows color (decimal): -2310267 or 8765404. OLE color: 8765404.

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

Color convert

RGB220191133-
CMYK00.130.400.14
HSL40º55.41%69.22%-
HSV(B)40º39.55%86.27%-
XYZ52.3854.1729.89-
YUV193.0694.11147.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=40.44%
G=35.11%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019113300.130.400.144055.4169.22
HexDCBF850D28E283745
Octal33427720501550165067105
Binary1101110010111111100001010110110100011101010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF85; }

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

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

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

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

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

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

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

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