#D08760

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

Shades of Burning Sand #D08760

Tints of Burning Sand #D08760

Color information

#D08760 (or 0xD08760) is unknown color: approx Burning Sand. HEX triplet: D0, 87 and 60. RGB value is (208,135,96). Sum of RGB (Red+Green+Blue) = 208+135+96=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D08760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08760 is #2F789F. Grayscale: #989898. Windows color (decimal): -3111072 or 6326224. OLE color: 6326224.

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

Color convert

RGB20813596-
CMYK00.350.540.18
HSL20.89º54.37%59.61%-
HSV(B)20.89º53.85%81.57%-
XYZ36.7931.5815.22-
YUV152.3896.18167.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=47.38%
G=30.75%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081359600.350.540.1820.8954.3759.61
HexD08760023361215363c
Octal3202071400436622256674
Binary1101000010000111110000001000111101101001010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08760; }

 p { color: rgb(208,135,96); }

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

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

 a { background-color: rgb(208,135,96); }

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

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

 span { border-color: rgb(208,135,96); }

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