#D08463

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

Shades of Burning Sand #D08463

Tints of Burning Sand #D08463

Color information

#D08463 (or 0xD08463) is unknown color: approx Burning Sand. HEX triplet: D0, 84 and 63. RGB value is (208,132,99). Sum of RGB (Red+Green+Blue) = 208+132+99=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D08463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08463 is #2F7B9C. Grayscale: #979797. Windows color (decimal): -3111837 or 6522064. OLE color: 6522064.

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

Color convert

RGB20813299-
CMYK00.370.520.18
HSL18.17º53.69%60.2%-
HSV(B)18.17º52.4%81.57%-
XYZ36.5230.8115.83-
YUV150.9698.68168.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=47.38%
G=30.07%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081329900.370.520.1818.1753.6960.2
HexD08463025341212363c
Octal3202041430456422226674
Binary1101000010000100110001101001011101001001010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08463; }

 p { color: rgb(208,132,99); }

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

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

 a { background-color: rgb(208,132,99); }

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

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

 span { border-color: rgb(208,132,99); }

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