#D08561

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

Shades of Burning Sand #D08561

Tints of Burning Sand #D08561

Color information

#D08561 (or 0xD08561) is unknown color: approx Burning Sand. HEX triplet: D0, 85 and 61. RGB value is (208,133,97). Sum of RGB (Red+Green+Blue) = 208+133+97=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08561 is #2F7A9E. Grayscale: #979797. Windows color (decimal): -3111583 or 6391248. OLE color: 6391248.

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

Color convert

RGB20813397-
CMYK00.360.530.18
HSL19.46º54.15%59.8%-
HSV(B)19.46º53.37%81.57%-
XYZ36.5631.0515.38-
YUV151.3297.35168.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=47.49%
G=30.37%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081339700.360.530.1819.4654.1559.8
HexD08561024351213363c
Octal3202051410446522236674
Binary1101000010000101110000101001001101011001010011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08561; }

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

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

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

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

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

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

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

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