#D18161

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

Shades of Burning Sand #D18161

Tints of Burning Sand #D18161

Color information

#D18161 (or 0xD18161) is unknown color: approx Burning Sand. HEX triplet: D1, 81 and 61. RGB value is (209,129,97). Sum of RGB (Red+Green+Blue) = 209+129+97=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D18161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18161 is #2E7E9E. Grayscale: #959595. Windows color (decimal): -3047071 or 6390225. OLE color: 6390225.

HSL color Cylindrical-coordinate representation of color #D18161: hue angle of 17.14º 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 #D18161 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20912997-
CMYK00.380.540.18
HSL17.14º54.9%60%-
HSV(B)17.14º53.59%81.96%-
XYZ36.330.1215.21-
YUV149.2798.5170.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=48.05%
G=29.66%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091299700.380.540.1817.1454.960
HexD18161026361211373c
Octal3212011410466622216774
Binary1101000110000001110000101001101101101001010001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18161; }

 p { color: rgb(209,129,97); }

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

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

 a { background-color: rgb(209,129,97); }

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

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

 span { border-color: rgb(209,129,97); }

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