#d48356

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

Shades of Burning Sand #D48356

Tints of Burning Sand #D48356

Color information

#D48356 (or 0xD48356) is unknown color: approx Burning Sand. HEX triplet: D4, 83 and 56. RGB value is (212,131,86). Sum of RGB (Red+Green+Blue) = 212+131+86=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D48356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48356 is #2B7CA9. Grayscale: #969696. Windows color (decimal): -2849962 or 5669844. OLE color: 5669844.

HSL color Cylindrical-coordinate representation of color #D48356: hue angle of 21.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D48356 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB21213186-
CMYK00.380.590.17
HSL21.43º59.43%58.43%-
HSV(B)21.43º59.43%83.14%-
XYZ36.9530.912.82-
YUV150.0991.84172.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=49.42%
G=30.54%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121318600.380.590.1721.4359.4358.43
HexD483560263B11153b3a
Octal3242031260467321257372
Binary1101010010000011101011001001101110111000110101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d48356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d48356; }

 p { color: rgb(212,131,86); }

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

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

 a { background-color: rgb(212,131,86); }

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

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

 span { border-color: rgb(212,131,86); }

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