#D1A794

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

Shades of Rose #D1A794

Tints of Rose #D1A794

Color information

#D1A794 (or 0xD1A794) is unknown color: approx Rose. HEX triplet: D1, A7 and 94. RGB value is (209,167,148). Sum of RGB (Red+Green+Blue) = 209+167+148=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A794 is #2E586B. Grayscale: #B1B1B1. Windows color (decimal): -3037292 or 9742289. OLE color: 9742289.

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

Color convert

RGB209167148-
CMYK00.200.290.18
HSL18.69º39.87%70%-
HSV(B)18.69º29.19%81.96%-
XYZ45.4643.3333.98-
YUV177.39111.41150.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=39.89%
G=31.87%
B=28.24%

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
Decimal20916714800.200.290.1818.6939.8770
HexD1A7940141D12132846
Octal32124722402435222350106
Binary1101000110100111100101000101001110110010100111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A794; }

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

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

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

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

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

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

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

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