#DC8059

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

Shades of Burning Sand #DC8059

Tints of Burning Sand #DC8059

Color information

#DC8059 (or 0xDC8059) is unknown color: approx Burning Sand. HEX triplet: DC, 80 and 59. RGB value is (220,128,89). Sum of RGB (Red+Green+Blue) = 220+128+89=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8059 is #237FA6. Grayscale: #979797. Windows color (decimal): -2326439 or 5865692. OLE color: 5865692.

HSL color Cylindrical-coordinate representation of color #DC8059: hue angle of 17.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC8059 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22012889-
CMYK00.420.600.14
HSL17.86º65.17%60.59%-
HSV(B)17.86º59.55%86.27%-
XYZ39.0431.3813.45-
YUV151.0692.98177.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 89 (35.16% from 255) = 20.37%
R=50.34%
G=29.29%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201288900.420.600.1417.8665.1760.59
HexDC805902A3CE12413d
Octal33420013105274162210175
Binary1101110010000000101100101010101111001110100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8059; }

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

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

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

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

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

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

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

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