#D08261

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

Shades of Burning Sand #D08261

Tints of Burning Sand #D08261

Color information

#D08261 (or 0xD08261) is unknown color: approx Burning Sand. HEX triplet: D0, 82 and 61. RGB value is (208,130,97). Sum of RGB (Red+Green+Blue) = 208+130+97=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D08261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08261 is #2F7D9E. Grayscale: #959595. Windows color (decimal): -3112351 or 6390480. OLE color: 6390480.

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

Color convert

RGB20813097-
CMYK00.380.530.18
HSL17.84º54.15%59.8%-
HSV(B)17.84º53.37%81.57%-
XYZ36.1530.2415.24-
YUV149.5698.34169.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=47.82%
G=29.89%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081309700.380.530.1817.8454.1559.8
HexD08261026351212363c
Octal3202021410466522226674
Binary1101000010000010110000101001101101011001010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08261; }

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

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

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

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

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

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

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

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