#D08061

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

Shades of Burning Sand #D08061

Tints of Burning Sand #D08061

Color information

#D08061 (or 0xD08061) is unknown color: approx Burning Sand. HEX triplet: D0, 80 and 61. RGB value is (208,128,97). Sum of RGB (Red+Green+Blue) = 208+128+97=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D08061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08061 is #2F7F9E. Grayscale: #949494. Windows color (decimal): -3112863 or 6389968. OLE color: 6389968.

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

Color convert

RGB20812897-
CMYK00.380.530.18
HSL16.76º54.15%59.8%-
HSV(B)16.76º53.37%81.57%-
XYZ35.8929.7115.15-
YUV148.3999170.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.04%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=48.04%
G=29.56%
B=22.40%

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
Decimal2081289700.380.530.1816.7654.1559.8
HexD08061026351211363c
Octal3202001410466522216674
Binary1101000010000000110000101001101101011001010001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08061; }

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

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

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

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

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

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

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

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