#D08063

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

Shades of Burning Sand #D08063

Tints of Burning Sand #D08063

Color information

#D08063 (or 0xD08063) is unknown color: approx Burning Sand. HEX triplet: D0, 80 and 63. RGB value is (208,128,99). Sum of RGB (Red+Green+Blue) = 208+128+99=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D08063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08063 is #2F7F9C. Grayscale: #949494. Windows color (decimal): -3112861 or 6521040. OLE color: 6521040.

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

Color convert

RGB20812899-
CMYK00.380.520.18
HSL15.96º53.69%60.2%-
HSV(B)15.96º52.4%81.57%-
XYZ35.9829.7515.65-
YUV148.61100170.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 99 (39.06% from 255) = 22.76%
R=47.82%
G=29.43%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081289900.380.520.1815.9653.6960.2
HexD08063026341210363c
Octal3202001430466422206674
Binary1101000010000000110001101001101101001001010000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08063; }

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

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

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

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

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

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

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

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