#D18065

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

Shades of Burning Sand #D18065

Tints of Burning Sand #D18065

Color information

#D18065 (or 0xD18065) is unknown color: approx Burning Sand. HEX triplet: D1, 80 and 65. RGB value is (209,128,101). Sum of RGB (Red+Green+Blue) = 209+128+101=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D18065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18065 is #2E7F9A. Grayscale: #959595. Windows color (decimal): -3047323 or 6652113. OLE color: 6652113.

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

Color convert

RGB209128101-
CMYK00.390.520.18
HSL15º54%60.78%-
HSV(B)15º51.67%81.96%-
XYZ36.3629.9316.17-
YUV149.14100.84170.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=47.72%
G=29.22%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912810100.390.520.18155460.78
HexD180650273412f363d
Octal3212001450476422176675
Binary110100011000000011001010100111110100100101111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18065; }

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

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

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

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

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

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

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

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