#D08363

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

Shades of Burning Sand #D08363

Tints of Burning Sand #D08363

Color information

#D08363 (or 0xD08363) is unknown color: approx Burning Sand. HEX triplet: D0, 83 and 63. RGB value is (208,131,99). Sum of RGB (Red+Green+Blue) = 208+131+99=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08363 is #2F7C9C. Grayscale: #969696. Windows color (decimal): -3112093 or 6521808. OLE color: 6521808.

HSL color Cylindrical-coordinate representation of color #D08363: hue angle of 17.61º 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 #D08363 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20813199-
CMYK00.370.520.18
HSL17.61º53.69%60.2%-
HSV(B)17.61º52.4%81.57%-
XYZ36.3830.5415.78-
YUV150.3899.01169.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 99 (39.06% from 255) = 22.60%
R=47.49%
G=29.91%
B=22.60%

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
Decimal2081319900.370.520.1817.6153.6960.2
HexD08363025341212363c
Octal3202031430456422226674
Binary1101000010000011110001101001011101001001010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08363; }

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

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

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

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

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

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

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

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