#D4A09A

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

Shades of Rose #D4A09A

Tints of Rose #D4A09A

Color information

#D4A09A (or 0xD4A09A) is unknown color: approx Rose. HEX triplet: D4, A0 and 9A. RGB value is (212,160,154). Sum of RGB (Red+Green+Blue) = 212+160+154=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A09A is #2B5F65. Grayscale: #AEAEAE. Windows color (decimal): -2842470 or 10133716. OLE color: 10133716.

HSL color Cylindrical-coordinate representation of color #D4A09A: hue angle of 6.21º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4A09A is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212160154-
CMYK00.250.270.17
HSL6.21º40.28%71.76%-
HSV(B)6.21º27.36%83.14%-
XYZ45.5541.4736.18-
YUV174.86116.23154.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=40.30%
G=30.42%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216015400.250.270.176.2140.2871.76
HexD4A09A0191B1162848
Octal3242402320313321650110
Binary11010100101000001001101001100111011100011101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A09A; }

 p { color: rgb(212,160,154); }

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

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

 a { background-color: rgb(212,160,154); }

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

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

 span { border-color: rgb(212,160,154); }

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