#DCBD85

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

Shades of Straw #DCBD85

Tints of Straw #DCBD85

Color information

#DCBD85 (or 0xDCBD85) is unknown color: approx Straw. HEX triplet: DC, BD and 85. RGB value is (220,189,133). Sum of RGB (Red+Green+Blue) = 220+189+133=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD85 is #23427A. Grayscale: #C0C0C0. Windows color (decimal): -2310779 or 8764892. OLE color: 8764892.

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

Color convert

RGB220189133-
CMYK00.140.400.14
HSL38.62º55.41%69.22%-
HSV(B)38.62º39.55%86.27%-
XYZ51.9553.329.74-
YUV191.8994.77148.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=40.59%
G=34.87%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018913300.140.400.1438.6255.4169.22
HexDCBD850E28E273745
Octal33427520501650164767105
Binary1101110010111101100001010111010100011101001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD85; }

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

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

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

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

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

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

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

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