#D58462

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

Shades of Burning Sand #D58462

Tints of Burning Sand #D58462

Color information

#D58462 (or 0xD58462) is unknown color: approx Burning Sand. HEX triplet: D5, 84 and 62. RGB value is (213,132,98). Sum of RGB (Red+Green+Blue) = 213+132+98=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D58462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58462 is #2A7B9D. Grayscale: #989898. Windows color (decimal): -2784158 or 6456533. OLE color: 6456533.

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

Color convert

RGB21313298-
CMYK00.380.540.16
HSL17.74º57.79%60.98%-
HSV(B)17.74º53.99%83.53%-
XYZ37.931.5315.64-
YUV152.3497.34171.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.08%
GREEN value IS 132 (51.95% from 255) = 29.80%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=48.08%
G=29.80%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131329800.380.540.1617.7457.7960.98
HexD584620263610123a3d
Octal3252041420466620227275
Binary1101010110000100110001001001101101101000010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58462; }

 p { color: rgb(213,132,98); }

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

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

 a { background-color: rgb(213,132,98); }

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

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

 span { border-color: rgb(213,132,98); }

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