#D07E5D

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

Shades of Burning Sand #D07E5D

Tints of Burning Sand #D07E5D

Color information

#D07E5D (or 0xD07E5D) is unknown color: approx Burning Sand. HEX triplet: D0, 7E and 5D. RGB value is (208,126,93). Sum of RGB (Red+Green+Blue) = 208+126+93=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E5D is #2F81A2. Grayscale: #929292. Windows color (decimal): -3113379 or 6127312. OLE color: 6127312.

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

Color convert

RGB20812693-
CMYK00.390.550.18
HSL17.22º55.02%59.02%-
HSV(B)17.22º55.29%81.57%-
XYZ35.4529.1214.11-
YUV146.7697.67171.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.71%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=48.71%
G=29.51%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081269300.390.550.1817.2255.0259.02
HexD07E5D027371211373b
Octal3201761350476722216773
Binary110100001111110101110101001111101111001010001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E5D; }

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

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

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

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

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

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

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

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