#D18360

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

Shades of Burning Sand #D18360

Tints of Burning Sand #D18360

Color information

#D18360 (or 0xD18360) is unknown color: approx Burning Sand. HEX triplet: D1, 83 and 60. RGB value is (209,131,96). Sum of RGB (Red+Green+Blue) = 209+131+96=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D18360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18360 is #2E7C9F. Grayscale: #969696. Windows color (decimal): -3046560 or 6325201. OLE color: 6325201.

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

Color convert

RGB20913196-
CMYK00.370.540.18
HSL18.58º55.12%59.8%-
HSV(B)18.58º54.07%81.96%-
XYZ36.5230.6315.05-
YUV150.3397.34169.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.94%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=47.94%
G=30.05%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091319600.370.540.1818.5855.1259.8
HexD18360025361213373c
Octal3212031400456622236774
Binary1101000110000011110000001001011101101001010011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18360; }

 p { color: rgb(209,131,96); }

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

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

 a { background-color: rgb(209,131,96); }

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

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

 span { border-color: rgb(209,131,96); }

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