#D4AA96

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

Shades of Rose #D4AA96

Tints of Rose #D4AA96

Color information

#D4AA96 (or 0xD4AA96) is unknown color: approx Rose. HEX triplet: D4, AA and 96. RGB value is (212,170,150). Sum of RGB (Red+Green+Blue) = 212+170+150=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA96 is #2B5569. Grayscale: #B4B4B4. Windows color (decimal): -2839914 or 9874132. OLE color: 9874132.

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

Color convert

RGB212170150-
CMYK00.200.290.17
HSL19.35º41.89%70.98%-
HSV(B)19.35º29.25%83.14%-
XYZ47.0344.9535.05-
YUV180.28110.91150.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=39.85%
G=31.95%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217015000.200.290.1719.3541.8970.98
HexD4AA960141D11132a47
Octal32425222602435212352107
Binary1101010010101010100101100101001110110001100111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AA96; }

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

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

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

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

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

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

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

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