#D07E58

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

Shades of Burning Sand #D07E58

Tints of Burning Sand #D07E58

Color information

#D07E58 (or 0xD07E58) is unknown color: approx Burning Sand. HEX triplet: D0, 7E and 58. RGB value is (208,126,88). Sum of RGB (Red+Green+Blue) = 208+126+88=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E58 is #2F81A7. Grayscale: #929292. Windows color (decimal): -3113384 or 5799632. OLE color: 5799632.

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

Color convert

RGB20812688-
CMYK00.390.580.18
HSL19º56.07%58.04%-
HSV(B)19º57.69%81.57%-
XYZ35.2329.0412.98-
YUV146.1995.17172.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=49.29%
G=29.86%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081268800.390.580.181956.0758.04
HexD07E580273A1213383a
Octal3201761300477222237072
Binary110100001111110101100001001111110101001010011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E58; }

 p { color: rgb(208,126,88); }

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

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

 a { background-color: rgb(208,126,88); }

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

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

 span { border-color: rgb(208,126,88); }

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