#D1865C

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

Shades of Burning Sand #D1865C

Tints of Burning Sand #D1865C

Color information

#D1865C (or 0xD1865C) is unknown color: approx Burning Sand. HEX triplet: D1, 86 and 5C. RGB value is (209,134,92). Sum of RGB (Red+Green+Blue) = 209+134+92=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1865C is #2E79A3. Grayscale: #979797. Windows color (decimal): -3045796 or 6063825. OLE color: 6063825.

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

Color convert

RGB20913492-
CMYK00.360.560.18
HSL21.54º55.98%59.02%-
HSV(B)21.54º55.98%81.96%-
XYZ36.7531.3814.24-
YUV151.6494.35168.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.05%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=48.05%
G=30.80%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091349200.360.560.1821.5455.9859.02
HexD1865C024381216383b
Octal3212061340447022267073
Binary1101000110000110101110001001001110001001010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1865C; }

 p { color: rgb(209,134,92); }

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

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

 a { background-color: rgb(209,134,92); }

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

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

 span { border-color: rgb(209,134,92); }

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