#D1805D

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

Shades of Burning Sand #D1805D

Tints of Burning Sand #D1805D

Color information

#D1805D (or 0xD1805D) is unknown color: approx Burning Sand. HEX triplet: D1, 80 and 5D. RGB value is (209,128,93). Sum of RGB (Red+Green+Blue) = 209+128+93=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1805D is #2E7FA2. Grayscale: #949494. Windows color (decimal): -3047331 or 6127825. OLE color: 6127825.

HSL color Cylindrical-coordinate representation of color #D1805D: hue angle of 18.1º degrees, saturation: 0.56, 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 #D1805D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB20912893-
CMYK00.390.560.18
HSL18.1º55.77%59.22%-
HSV(B)18.1º55.5%81.96%-
XYZ35.9929.7814.21-
YUV148.2396.84171.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=48.60%
G=29.77%
B=21.63%

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
Decimal2091289300.390.560.1818.155.7759.22
HexD1805D027381212383b
Octal3212001350477022227073
Binary1101000110000000101110101001111110001001010010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1805D; }

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

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

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

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

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

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

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

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