#D48961

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

Shades of Burning Sand #D48961

Tints of Burning Sand #D48961

Color information

#D48961 (or 0xD48961) is unknown color: approx Burning Sand. HEX triplet: D4, 89 and 61. RGB value is (212,137,97). Sum of RGB (Red+Green+Blue) = 212+137+97=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D48961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48961 is #2B769E. Grayscale: #9B9B9B. Windows color (decimal): -2848415 or 6392276. OLE color: 6392276.

HSL color Cylindrical-coordinate representation of color #D48961: hue angle of 20.87º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D48961 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21213797-
CMYK00.350.540.17
HSL20.87º57.21%60.59%-
HSV(B)20.87º54.25%83.14%-
XYZ38.2532.7515.61-
YUV154.8695.35168.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.53%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=47.53%
G=30.72%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121379700.350.540.1720.8757.2160.59
HexD48961023361115393d
Octal3242111410436621257175
Binary1101010010001001110000101000111101101000110101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48961; }

 p { color: rgb(212,137,97); }

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

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

 a { background-color: rgb(212,137,97); }

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

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

 span { border-color: rgb(212,137,97); }

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