#DCC080

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

Shades of Straw #DCC080

Tints of Straw #DCC080

Color information

#DCC080 (or 0xDCC080) is unknown color: approx Straw. HEX triplet: DC, C0 and 80. RGB value is (220,192,128). Sum of RGB (Red+Green+Blue) = 220+192+128=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC080 is #233F7F. Grayscale: #C1C1C1. Windows color (decimal): -2310016 or 8437980. OLE color: 8437980.

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

Color convert

RGB220192128-
CMYK00.130.420.14
HSL41.74º56.79%68.24%-
HSV(B)41.74º41.82%86.27%-
XYZ52.2654.4728.18-
YUV193.0891.28147.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=40.74%
G=35.56%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019212800.130.420.1441.7456.7968.24
HexDCC0800D2AE2a3944
Octal33430020001552165271104
Binary1101110011000000100000000110110101011101010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC080; }

 p { color: rgb(220,192,128); }

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

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

 a { background-color: rgb(220,192,128); }

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

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

 span { border-color: rgb(220,192,128); }

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