#D5885F

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

Shades of Burning Sand #D5885F

Tints of Burning Sand #D5885F

Color information

#D5885F (or 0xD5885F) is unknown color: approx Burning Sand. HEX triplet: D5, 88 and 5F. RGB value is (213,136,95). Sum of RGB (Red+Green+Blue) = 213+136+95=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D5885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5885F is #2A77A0. Grayscale: #9A9A9A. Windows color (decimal): -2783137 or 6260949. OLE color: 6260949.

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

Color convert

RGB21313695-
CMYK00.360.550.16
HSL20.85º58.42%60.39%-
HSV(B)20.85º55.4%83.53%-
XYZ38.3132.5815.1-
YUV154.3594.51169.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=47.97%
G=30.63%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131369500.360.550.1620.8558.4260.39
HexD5885F0243710153a3c
Octal3252101370446720257274
Binary1101010110001000101111101001001101111000010101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5885F; }

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

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

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

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

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

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

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

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