#D4AB99

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

Shades of Rose #D4AB99

Tints of Rose #D4AB99

Color information

#D4AB99 (or 0xD4AB99) is unknown color: approx Rose. HEX triplet: D4, AB and 99. RGB value is (212,171,153). Sum of RGB (Red+Green+Blue) = 212+171+153=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB99 is #2B5466. Grayscale: #B5B5B5. Windows color (decimal): -2839655 or 10070996. OLE color: 10070996.

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

Color convert

RGB212171153-
CMYK00.190.280.17
HSL18.31º40.69%71.57%-
HSV(B)18.31º27.83%83.14%-
XYZ47.4645.4236.4-
YUV181.21112.08149.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=39.55%
G=31.90%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217115300.190.280.1718.3140.6971.57
HexD4AB990131C11122948
Octal32425323102334212251110
Binary1101010010101011100110010100111110010001100101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB99; }

 p { color: rgb(212,171,153); }

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

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

 a { background-color: rgb(212,171,153); }

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

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

 span { border-color: rgb(212,171,153); }

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