#D78064

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

Shades of Burning Sand #D78064

Tints of Burning Sand #D78064

Color information

#D78064 (or 0xD78064) is unknown color: approx Burning Sand. HEX triplet: D7, 80 and 64. RGB value is (215,128,100). Sum of RGB (Red+Green+Blue) = 215+128+100=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D78064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78064 is #287F9B. Grayscale: #979797. Windows color (decimal): -2654108 or 6586583. OLE color: 6586583.

HSL color Cylindrical-coordinate representation of color #D78064: hue angle of 14.61º 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 #D78064 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215128100-
CMYK00.400.530.16
HSL14.61º58.97%61.76%-
HSV(B)14.61º53.49%84.31%-
XYZ38.0430.8116-
YUV150.8299.32173.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.53%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 100 (39.45% from 255) = 22.57%
R=48.53%
G=28.89%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512810000.400.530.1614.6158.9761.76
HexD780640283510f3b3e
Octal3272001440506520177376
Binary110101111000000011001000101000110101100001111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78064; }

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

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

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

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

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

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

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

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