#D1A491

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

Shades of Rose #D1A491

Tints of Rose #D1A491

Color information

#D1A491 (or 0xD1A491) is unknown color: approx Rose. HEX triplet: D1, A4 and 91. RGB value is (209,164,145). Sum of RGB (Red+Green+Blue) = 209+164+145=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A491 is #2E5B6E. Grayscale: #AFAFAF. Windows color (decimal): -3038063 or 9544913. OLE color: 9544913.

HSL color Cylindrical-coordinate representation of color #D1A491: hue angle of 17.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A491 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209164145-
CMYK00.220.310.18
HSL17.81º41.03%69.41%-
HSV(B)17.81º30.62%81.96%-
XYZ44.6842.1532.57-
YUV175.29110.91152.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.35%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=40.35%
G=31.66%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916414500.220.310.1817.8141.0369.41
HexD1A4910161F12122945
Octal32124422102637222251105
Binary1101000110100100100100010101101111110010100101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A491; }

 p { color: rgb(209,164,145); }

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

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

 a { background-color: rgb(209,164,145); }

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

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

 span { border-color: rgb(209,164,145); }

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