#D58566

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

Shades of Burning Sand #D58566

Tints of Burning Sand #D58566

Color information

#D58566 (or 0xD58566) is unknown color: approx Burning Sand. HEX triplet: D5, 85 and 66. RGB value is (213,133,102). Sum of RGB (Red+Green+Blue) = 213+133+102=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D58566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58566 is #2A7A99. Grayscale: #999999. Windows color (decimal): -2783898 or 6718933. OLE color: 6718933.

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

Color convert

RGB213133102-
CMYK00.380.520.16
HSL16.76º56.92%61.76%-
HSV(B)16.76º52.11%83.53%-
XYZ38.2331.8816.71-
YUV153.3999170.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.54%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=47.54%
G=29.69%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313310200.380.520.1616.7656.9261.76
HexD58566026341011393e
Octal3252051460466420217176
Binary1101010110000101110011001001101101001000010001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58566; }

 p { color: rgb(213,133,102); }

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

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

 a { background-color: rgb(213,133,102); }

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

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

 span { border-color: rgb(213,133,102); }

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