#D5A58C

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

Shades of Rose #D5A58C

Tints of Rose #D5A58C

Color information

#D5A58C (or 0xD5A58C) is unknown color: approx Rose. HEX triplet: D5, A5 and 8C. RGB value is (213,165,140). Sum of RGB (Red+Green+Blue) = 213+165+140=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A58C is #2A5A73. Grayscale: #B0B0B0. Windows color (decimal): -2775668 or 9217493. OLE color: 9217493.

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

Color convert

RGB213165140-
CMYK00.230.340.16
HSL20.55º46.5%69.22%-
HSV(B)20.55º34.27%83.53%-
XYZ45.6342.9530.7-
YUV176.5107.4154.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=41.12%
G=31.85%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316514000.230.340.1620.5546.569.22
HexD5A58C0172210152e45
Octal32524521402742202556105
Binary11010101101001011000110001011110001010000101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A58C; }

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

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

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

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

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

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

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

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