#D4A691

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

Shades of Rose #D4A691

Tints of Rose #D4A691

Color information

#D4A691 (or 0xD4A691) is unknown color: approx Rose. HEX triplet: D4, A6 and 91. RGB value is (212,166,145). Sum of RGB (Red+Green+Blue) = 212+166+145=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A691 is #2B596E. Grayscale: #B1B1B1. Windows color (decimal): -2840943 or 9545428. OLE color: 9545428.

HSL color Cylindrical-coordinate representation of color #D4A691: hue angle of 18.81º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4A691 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212166145-
CMYK00.220.320.17
HSL18.81º43.79%70%-
HSV(B)18.81º31.6%83.14%-
XYZ45.943.3132.73-
YUV177.36109.74152.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 145 (57.03% from 255) = 27.72%
R=40.54%
G=31.74%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216614500.220.320.1718.8143.7970
HexD4A6910162011132c46
Octal32424622102640212354106
Binary11010100101001101001000101011010000010001100111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A691; }

 p { color: rgb(212,166,145); }

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

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

 a { background-color: rgb(212,166,145); }

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

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

 span { border-color: rgb(212,166,145); }

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