#D18055

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

Shades of Burning Sand #D18055

Tints of Burning Sand #D18055

Color information

#D18055 (or 0xD18055) is unknown color: approx Burning Sand. HEX triplet: D1, 80 and 55. RGB value is (209,128,85). Sum of RGB (Red+Green+Blue) = 209+128+85=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D18055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18055 is #2E7FAA. Grayscale: #939393. Windows color (decimal): -3047339 or 5603537. OLE color: 5603537.

HSL color Cylindrical-coordinate representation of color #D18055: hue angle of 20.81º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D18055 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20912885-
CMYK00.390.590.18
HSL20.81º57.41%57.65%-
HSV(B)20.81º59.33%81.96%-
XYZ35.6529.6512.44-
YUV147.3292.84172-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.53%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=49.53%
G=30.33%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091288500.390.590.1820.8157.4157.65
HexD180550273B1215393a
Octal3212001250477322257172
Binary1101000110000000101010101001111110111001010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18055; }

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

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

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

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

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

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

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

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