#D58064

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

Shades of Burning Sand #D58064

Tints of Burning Sand #D58064

Color information

#D58064 (or 0xD58064) is unknown color: approx Burning Sand. HEX triplet: D5, 80 and 64. RGB value is (213,128,100). Sum of RGB (Red+Green+Blue) = 213+128+100=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58064 is #2A7F9B. Grayscale: #969696. Windows color (decimal): -2785180 or 6586581. OLE color: 6586581.

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

Color convert

RGB213128100-
CMYK00.400.530.16
HSL14.87º57.36%61.37%-
HSV(B)14.87º53.05%83.53%-
XYZ37.4630.515.97-
YUV150.2299.66172.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=48.30%
G=29.02%
B=22.68%

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
Decimal21312810000.400.530.1614.8757.3661.37
HexD580640283510f393d
Octal3252001440506520177175
Binary110101011000000011001000101000110101100001111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58064; }

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

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

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

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

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

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

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

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