#D0806C

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

Shades of Burning Sand #D0806C

Tints of Burning Sand #D0806C

Color information

#D0806C (or 0xD0806C) is unknown color: approx Burning Sand. HEX triplet: D0, 80 and 6C. RGB value is (208,128,108). Sum of RGB (Red+Green+Blue) = 208+128+108=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0806C is #2F7F93. Grayscale: #959595. Windows color (decimal): -3112852 or 7110864. OLE color: 7110864.

HSL color Cylindrical-coordinate representation of color #D0806C: hue angle of 12º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0806C is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208128108-
CMYK00.380.480.18
HSL12º51.55%61.96%-
HSV(B)12º48.08%81.57%-
XYZ36.4429.9318.04-
YUV149.64104.5169.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=46.85%
G=28.83%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812810800.380.480.181251.5561.96
HexD0806C0263012c343e
Octal3202001540466022146476
Binary110100001000000011011000100110110000100101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0806C; }

 p { color: rgb(208,128,108); }

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

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

 a { background-color: rgb(208,128,108); }

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

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

 span { border-color: rgb(208,128,108); }

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