#DC805F

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

Shades of Burning Sand #DC805F

Tints of Burning Sand #DC805F

Color information

#DC805F (or 0xDC805F) is unknown color: approx Burning Sand. HEX triplet: DC, 80 and 5F. RGB value is (220,128,95). Sum of RGB (Red+Green+Blue) = 220+128+95=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC805F is #237FA0. Grayscale: #979797. Windows color (decimal): -2326433 or 6258908. OLE color: 6258908.

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

Color convert

RGB22012895-
CMYK00.420.570.14
HSL15.84º64.1%61.76%-
HSV(B)15.84º56.82%86.27%-
XYZ39.331.4814.83-
YUV151.7595.98176.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=49.66%
G=28.89%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201289500.420.570.1415.8464.161.76
HexDC805F02A39E10403e
Octal33420013705271162010076
Binary1101110010000000101111101010101110011110100001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC805F; }

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

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

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

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

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

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

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

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