#D78264

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

Shades of Burning Sand #D78264

Tints of Burning Sand #D78264

Color information

#D78264 (or 0xD78264) is unknown color: approx Burning Sand. HEX triplet: D7, 82 and 64. RGB value is (215,130,100). Sum of RGB (Red+Green+Blue) = 215+130+100=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D78264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78264 is #287D9B. Grayscale: #989898. Windows color (decimal): -2653596 or 6587095. OLE color: 6587095.

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

Color convert

RGB215130100-
CMYK00.400.530.16
HSL15.65º58.97%61.76%-
HSV(B)15.65º53.49%84.31%-
XYZ38.3131.3316.09-
YUV15298.66172.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.31%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=48.31%
G=29.21%
B=22.47%

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
Decimal21513010000.400.530.1615.6558.9761.76
HexD782640283510103b3e
Octal3272021440506520207376
Binary1101011110000010110010001010001101011000010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78264; }

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

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

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

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

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

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

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

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