#D5865F

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

Shades of Burning Sand #D5865F

Tints of Burning Sand #D5865F

Color information

#D5865F (or 0xD5865F) is unknown color: approx Burning Sand. HEX triplet: D5, 86 and 5F. RGB value is (213,134,95). Sum of RGB (Red+Green+Blue) = 213+134+95=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5865F is #2A79A0. Grayscale: #999999. Windows color (decimal): -2783649 or 6260437. OLE color: 6260437.

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

Color convert

RGB21313495-
CMYK00.370.550.16
HSL19.83º58.42%60.39%-
HSV(B)19.83º55.4%83.53%-
XYZ38.0332.0215-
YUV153.1895.17170.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.19%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=48.19%
G=30.32%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131349500.370.550.1619.8358.4260.39
HexD5865F0253710143a3c
Octal3252061370456720247274
Binary1101010110000110101111101001011101111000010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5865F; }

 p { color: rgb(213,134,95); }

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

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

 a { background-color: rgb(213,134,95); }

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

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

 span { border-color: rgb(213,134,95); }

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