#D4A299

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

Shades of Rose #D4A299

Tints of Rose #D4A299

Color information

#D4A299 (or 0xD4A299) is unknown color: approx Rose. HEX triplet: D4, A2 and 99. RGB value is (212,162,153). Sum of RGB (Red+Green+Blue) = 212+162+153=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A299 is #2B5D66. Grayscale: #B0B0B0. Windows color (decimal): -2841959 or 10068692. OLE color: 10068692.

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

Color convert

RGB212162153-
CMYK00.240.280.17
HSL9.15º40.69%71.57%-
HSV(B)9.15º27.83%83.14%-
XYZ45.8242.1435.86-
YUV175.92115.06153.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.23%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=40.23%
G=30.74%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216215300.240.280.179.1540.6971.57
HexD4A2990181C1192948
Octal32424223103034211151110
Binary110101001010001010011001011000111001000110011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A299; }

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

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

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

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

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

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

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

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