#D5815B

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

Shades of Burning Sand #D5815B

Tints of Burning Sand #D5815B

Color information

#D5815B (or 0xD5815B) is unknown color: approx Burning Sand. HEX triplet: D5, 81 and 5B. RGB value is (213,129,91). Sum of RGB (Red+Green+Blue) = 213+129+91=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5815B is #2A7EA4. Grayscale: #969696. Windows color (decimal): -2784933 or 5997013. OLE color: 5997013.

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

Color convert

RGB21312991-
CMYK00.390.570.16
HSL18.69º59.22%59.61%-
HSV(B)18.69º57.28%83.53%-
XYZ37.1830.613.84-
YUV149.7894.83173.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=49.19%
G=29.79%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131299100.390.570.1618.6959.2259.61
HexD5815B0273910133b3c
Octal3252011330477120237374
Binary1101010110000001101101101001111110011000010011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5815B; }

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

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

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

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

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

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

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

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