#D1A591

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

Shades of Rose #D1A591

Tints of Rose #D1A591

Color information

#D1A591 (or 0xD1A591) is unknown color: approx Rose. HEX triplet: D1, A5 and 91. RGB value is (209,165,145). Sum of RGB (Red+Green+Blue) = 209+165+145=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A591 is #2E5A6E. Grayscale: #AFAFAF. Windows color (decimal): -3037807 or 9545169. OLE color: 9545169.

HSL color Cylindrical-coordinate representation of color #D1A591: hue angle of 18.75º 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 #D1A591 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209165145-
CMYK00.210.310.18
HSL18.75º41.03%69.41%-
HSV(B)18.75º30.62%81.96%-
XYZ44.8642.5132.63-
YUV175.88110.58151.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=40.27%
G=31.79%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916514500.210.310.1818.7541.0369.41
HexD1A5910151F12132945
Octal32124522102537222351105
Binary1101000110100101100100010101011111110010100111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A591; }

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

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

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

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

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

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

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

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