#D7805C

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

Shades of Burning Sand #D7805C

Tints of Burning Sand #D7805C

Color information

#D7805C (or 0xD7805C) is unknown color: approx Burning Sand. HEX triplet: D7, 80 and 5C. RGB value is (215,128,92). Sum of RGB (Red+Green+Blue) = 215+128+92=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7805C is #287FA3. Grayscale: #969696. Windows color (decimal): -2654116 or 6062295. OLE color: 6062295.

HSL color Cylindrical-coordinate representation of color #D7805C: hue angle of 17.56º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7805C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21512892-
CMYK00.400.570.16
HSL17.56º60.59%60.2%-
HSV(B)17.56º57.21%84.31%-
XYZ37.6830.6614.06-
YUV149.9195.32174.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.43%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=49.43%
G=29.43%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151289200.400.570.1617.5660.5960.2
HexD7805C0283910123d3c
Octal3272001340507120227574
Binary1101011110000000101110001010001110011000010010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7805C; }

 p { color: rgb(215,128,92); }

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

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

 a { background-color: rgb(215,128,92); }

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

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

 span { border-color: rgb(215,128,92); }

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