#D07E5C

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

Shades of Burning Sand #D07E5C

Tints of Burning Sand #D07E5C

Color information

#D07E5C (or 0xD07E5C) is unknown color: approx Burning Sand. HEX triplet: D0, 7E and 5C. RGB value is (208,126,92). Sum of RGB (Red+Green+Blue) = 208+126+92=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E5C is #2F81A3. Grayscale: #929292. Windows color (decimal): -3113380 or 6061776. OLE color: 6061776.

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

Color convert

RGB20812692-
CMYK00.390.560.18
HSL17.59º55.24%58.82%-
HSV(B)17.59º55.77%81.57%-
XYZ35.4129.113.88-
YUV146.6497.17171.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.83%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=48.83%
G=29.58%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081269200.390.560.1817.5955.2458.82
HexD07E5C027381212373b
Octal3201761340477022226773
Binary110100001111110101110001001111110001001010010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E5C; }

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

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

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

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

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

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

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

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