#D1A894

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

Shades of Rose #D1A894

Tints of Rose #D1A894

Color information

#D1A894 (or 0xD1A894) is unknown color: approx Rose. HEX triplet: D1, A8 and 94. RGB value is (209,168,148). Sum of RGB (Red+Green+Blue) = 209+168+148=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A894 is #2E576B. Grayscale: #B2B2B2. Windows color (decimal): -3037036 or 9742545. OLE color: 9742545.

HSL color Cylindrical-coordinate representation of color #D1A894: hue angle of 19.67º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1A894 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209168148-
CMYK00.200.290.18
HSL19.67º39.87%70%-
HSV(B)19.67º29.19%81.96%-
XYZ45.6443.734.05-
YUV177.98111.08150.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=39.81%
G=32%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916814800.200.290.1819.6739.8770
HexD1A8940141D12142846
Octal32125022402435222450106
Binary1101000110101000100101000101001110110010101001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A894; }

 p { color: rgb(209,168,148); }

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

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

 a { background-color: rgb(209,168,148); }

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

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

 span { border-color: rgb(209,168,148); }

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