#D9AC9A

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

Shades of Rose #D9AC9A

Tints of Rose #D9AC9A

Color information

#D9AC9A (or 0xD9AC9A) is unknown color: approx Rose. HEX triplet: D9, AC and 9A. RGB value is (217,172,154). Sum of RGB (Red+Green+Blue) = 217+172+154=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC9A is #265365. Grayscale: #B7B7B7. Windows color (decimal): -2511718 or 10136793. OLE color: 10136793.

HSL color Cylindrical-coordinate representation of color #D9AC9A: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9AC9A is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217172154-
CMYK00.210.290.15
HSL17.14º45.32%72.75%-
HSV(B)17.14º29.03%85.1%-
XYZ49.246.5936.97-
YUV183.4111.41151.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=39.96%
G=31.68%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717215400.210.290.1517.1445.3272.75
HexD9AC9A0151DF112d49
Octal33125423202535172155111
Binary110110011010110010011010010101111011111100011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC9A; }

 p { color: rgb(217,172,154); }

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

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

 a { background-color: rgb(217,172,154); }

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

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

 span { border-color: rgb(217,172,154); }

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