#D4A690

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

Shades of Rose #D4A690

Tints of Rose #D4A690

Color information

#D4A690 (or 0xD4A690) is unknown color: approx Rose. HEX triplet: D4, A6 and 90. RGB value is (212,166,144). Sum of RGB (Red+Green+Blue) = 212+166+144=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A690 is #2B596F. Grayscale: #B1B1B1. Windows color (decimal): -2840944 or 9479892. OLE color: 9479892.

HSL color Cylindrical-coordinate representation of color #D4A690: hue angle of 19.41º 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 #D4A690 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212166144-
CMYK00.220.320.17
HSL19.41º44.16%69.8%-
HSV(B)19.41º32.08%83.14%-
XYZ45.8243.2832.32-
YUV177.25109.24152.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=40.61%
G=31.80%
B=27.59%

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
Decimal21216614400.220.320.1719.4144.1669.8
HexD4A6900162011132c46
Octal32424622002640212354106
Binary11010100101001101001000001011010000010001100111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A690; }

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

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

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

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

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

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

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

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