#D5A58E

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

Shades of Rose #D5A58E

Tints of Rose #D5A58E

Color information

#D5A58E (or 0xD5A58E) is unknown color: approx Rose. HEX triplet: D5, A5 and 8E. RGB value is (213,165,142). Sum of RGB (Red+Green+Blue) = 213+165+142=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A58E is #2A5A71. Grayscale: #B0B0B0. Windows color (decimal): -2775666 or 9348565. OLE color: 9348565.

HSL color Cylindrical-coordinate representation of color #D5A58E: hue angle of 19.44º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A58E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213165142-
CMYK00.230.330.16
HSL19.44º45.81%69.61%-
HSV(B)19.44º33.33%83.53%-
XYZ45.7843.0131.48-
YUV176.73108.4153.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=40.96%
G=31.73%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316514200.230.330.1619.4445.8169.61
HexD5A58E0172110132e46
Octal32524521602741202356106
Binary11010101101001011000111001011110000110000100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A58E; }

 p { color: rgb(213,165,142); }

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

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

 a { background-color: rgb(213,165,142); }

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

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

 span { border-color: rgb(213,165,142); }

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