#D5A18E

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

Shades of Rose #D5A18E

Tints of Rose #D5A18E

Color information

#D5A18E (or 0xD5A18E) is unknown color: approx Rose. HEX triplet: D5, A1 and 8E. RGB value is (213,161,142). Sum of RGB (Red+Green+Blue) = 213+161+142=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A18E is #2A5E71. Grayscale: #AEAEAE. Windows color (decimal): -2776690 or 9347541. OLE color: 9347541.

HSL color Cylindrical-coordinate representation of color #D5A18E: hue angle of 16.06º 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 #D5A18E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213161142-
CMYK00.240.330.16
HSL16.06º45.81%69.61%-
HSV(B)16.06º33.33%83.53%-
XYZ45.0741.5931.24-
YUV174.38109.73155.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=41.28%
G=31.20%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316114200.240.330.1616.0645.8169.61
HexD5A18E0182110102e46
Octal32524121603041202056106
Binary11010101101000011000111001100010000110000100001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A18E; }

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

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

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

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

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

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

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

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