#D07D59

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

Shades of Burning Sand #D07D59

Tints of Burning Sand #D07D59

Color information

#D07D59 (or 0xD07D59) is unknown color: approx Burning Sand. HEX triplet: D0, 7D and 59. RGB value is (208,125,89). Sum of RGB (Red+Green+Blue) = 208+125+89=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D59 is #2F82A6. Grayscale: #919191. Windows color (decimal): -3113639 or 5864912. OLE color: 5864912.

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

Color convert

RGB20812589-
CMYK00.400.570.18
HSL18.15º55.87%58.24%-
HSV(B)18.15º57.21%81.57%-
XYZ35.1528.813.16-
YUV145.7196172.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 125 (49.22% from 255) = 29.62%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=49.29%
G=29.62%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081258900.400.570.1818.1555.8758.24
HexD07D59028391212383a
Octal3201751310507122227072
Binary110100001111101101100101010001110011001010010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D59; }

 p { color: rgb(208,125,89); }

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

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

 a { background-color: rgb(208,125,89); }

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

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

 span { border-color: rgb(208,125,89); }

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