#D78464

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

Shades of Burning Sand #D78464

Tints of Burning Sand #D78464

Color information

#D78464 (or 0xD78464) is unknown color: approx Burning Sand. HEX triplet: D7, 84 and 64. RGB value is (215,132,100). Sum of RGB (Red+Green+Blue) = 215+132+100=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 100 (39.45% from 255 or 22.37% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D78464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78464 is #287B9B. Grayscale: #999999. Windows color (decimal): -2653084 or 6587607. OLE color: 6587607.

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

Color convert

RGB215132100-
CMYK00.390.530.16
HSL16.7º58.97%61.76%-
HSV(B)16.7º53.49%84.31%-
XYZ38.5831.8716.17-
YUV153.1798172.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.10%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 100 (39.45% from 255) = 22.37%
R=48.10%
G=29.53%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513210000.390.530.1616.758.9761.76
HexD784640273510113b3e
Octal3272041440476520217376
Binary1101011110000100110010001001111101011000010001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78464; }

 p { color: rgb(215,132,100); }

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

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

 a { background-color: rgb(215,132,100); }

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

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

 span { border-color: rgb(215,132,100); }

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