#D07C5D

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

Shades of Burning Sand #D07C5D

Tints of Burning Sand #D07C5D

Color information

#D07C5D (or 0xD07C5D) is unknown color: approx Burning Sand. HEX triplet: D0, 7C and 5D. RGB value is (208,124,93). Sum of RGB (Red+Green+Blue) = 208+124+93=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C5D is #2F83A2. Grayscale: #919191. Windows color (decimal): -3113891 or 6126800. OLE color: 6126800.

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

Color convert

RGB20812493-
CMYK00.400.550.18
HSL16.17º55.02%59.02%-
HSV(B)16.17º55.29%81.57%-
XYZ35.228.6214.02-
YUV145.5898.33172.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=48.94%
G=29.18%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081249300.400.550.1816.1755.0259.02
HexD07C5D028371210373b
Octal3201741350506722206773
Binary110100001111100101110101010001101111001010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07C5D; }

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

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

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

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

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

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

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

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