#D5815E

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

Shades of Burning Sand #D5815E

Tints of Burning Sand #D5815E

Color information

#D5815E (or 0xD5815E) is unknown color: approx Burning Sand. HEX triplet: D5, 81 and 5E. RGB value is (213,129,94). Sum of RGB (Red+Green+Blue) = 213+129+94=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5815E is #2A7EA1. Grayscale: #969696. Windows color (decimal): -2784930 or 6193621. OLE color: 6193621.

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

Color convert

RGB21312994-
CMYK00.390.560.16
HSL17.65º58.62%60.2%-
HSV(B)17.65º55.87%83.53%-
XYZ37.3130.6514.54-
YUV150.1396.33172.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=48.85%
G=29.59%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131299400.390.560.1617.6558.6260.2
HexD5815E0273810123b3c
Octal3252011360477020227374
Binary1101010110000001101111001001111110001000010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5815E; }

 p { color: rgb(213,129,94); }

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

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

 a { background-color: rgb(213,129,94); }

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

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

 span { border-color: rgb(213,129,94); }

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