#D7805D

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

Shades of Burning Sand #D7805D

Tints of Burning Sand #D7805D

Color information

#D7805D (or 0xD7805D) is unknown color: approx Burning Sand. HEX triplet: D7, 80 and 5D. RGB value is (215,128,93). Sum of RGB (Red+Green+Blue) = 215+128+93=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7805D is #287FA2. Grayscale: #969696. Windows color (decimal): -2654115 or 6127831. OLE color: 6127831.

HSL color Cylindrical-coordinate representation of color #D7805D: hue angle of 17.21º degrees, saturation: 0.6, 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 #D7805D is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21512893-
CMYK00.400.570.16
HSL17.21º60.4%60.39%-
HSV(B)17.21º56.74%84.31%-
XYZ37.7230.6814.29-
YUV150.0295.82174.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.31%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=49.31%
G=29.36%
B=21.33%

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
Decimal2151289300.400.570.1617.2160.460.39
HexD7805D0283910113c3c
Octal3272001350507120217474
Binary1101011110000000101110101010001110011000010001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7805D; }

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

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

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

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

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

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

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

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