#D08057

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

Shades of Burning Sand #D08057

Tints of Burning Sand #D08057

Color information

#D08057 (or 0xD08057) is unknown color: approx Burning Sand. HEX triplet: D0, 80 and 57. RGB value is (208,128,87). Sum of RGB (Red+Green+Blue) = 208+128+87=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D08057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08057 is #2F7FA8. Grayscale: #939393. Windows color (decimal): -3112873 or 5734608. OLE color: 5734608.

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

Color convert

RGB20812887-
CMYK00.380.580.18
HSL20.33º56.28%57.84%-
HSV(B)20.33º58.17%81.57%-
XYZ35.4529.5412.85-
YUV147.2594171.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.17%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=49.17%
G=30.26%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081288700.380.580.1820.3356.2857.84
HexD080570263A1214383a
Octal3202001270467222247072
Binary1101000010000000101011101001101110101001010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08057; }

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

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

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

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

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

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

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

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