#d08260

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

Shades of Burning Sand #D08260

Tints of Burning Sand #D08260

Color information

#D08260 (or 0xD08260) is unknown color: approx Burning Sand. HEX triplet: D0, 82 and 60. RGB value is (208,130,96). Sum of RGB (Red+Green+Blue) = 208+130+96=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D08260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08260 is #2F7D9F. Grayscale: #959595. Windows color (decimal): -3112352 or 6324944. OLE color: 6324944.

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

Color convert

RGB20813096-
CMYK00.380.540.18
HSL18.21º54.37%59.61%-
HSV(B)18.21º53.85%81.57%-
XYZ36.1130.2215-
YUV149.4597.84169.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.93%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=47.93%
G=29.95%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081309600.380.540.1818.2154.3759.61
HexD08260026361212363c
Octal3202021400466622226674
Binary1101000010000010110000001001101101101001010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08260; }

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

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

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

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

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

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

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

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