#d08056

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

Shades of Burning Sand #D08056

Tints of Burning Sand #D08056

Color information

#D08056 (or 0xD08056) is unknown color: approx Burning Sand. HEX triplet: D0, 80 and 56. RGB value is (208,128,86). Sum of RGB (Red+Green+Blue) = 208+128+86=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D08056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08056 is #2F7FA9. Grayscale: #939393. Windows color (decimal): -3112874 or 5669072. OLE color: 5669072.

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

Color convert

RGB20812886-
CMYK00.380.590.18
HSL20.66º56.48%57.65%-
HSV(B)20.66º58.65%81.57%-
XYZ35.4129.5212.64-
YUV147.1393.5171.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=49.29%
G=30.33%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081288600.380.590.1820.6656.4857.65
HexD080560263B1215383a
Octal3202001260467322257072
Binary1101000010000000101011001001101110111001010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08056; }

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

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

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

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

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

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

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

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