#D4A696

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

Shades of Rose #D4A696

Tints of Rose #D4A696

Color information

#D4A696 (or 0xD4A696) is unknown color: approx Rose. HEX triplet: D4, A6 and 96. RGB value is (212,166,150). Sum of RGB (Red+Green+Blue) = 212+166+150=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A696 is #2B5969. Grayscale: #B2B2B2. Windows color (decimal): -2840938 or 9873108. OLE color: 9873108.

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

Color convert

RGB212166150-
CMYK00.220.290.17
HSL15.48º41.89%70.98%-
HSV(B)15.48º29.25%83.14%-
XYZ46.2943.4734.81-
YUV177.93112.24152.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=40.15%
G=31.44%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216615000.220.290.1715.4841.8970.98
HexD4A6960161D11f2a47
Octal32424622602635211752107
Binary110101001010011010010110010110111011000111111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A696; }

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

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

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

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

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

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

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

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