#D9AC9B

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

Shades of Rose #D9AC9B

Tints of Rose #D9AC9B

Color information

#D9AC9B (or 0xD9AC9B) is unknown color: approx Rose. HEX triplet: D9, AC and 9B. RGB value is (217,172,155). Sum of RGB (Red+Green+Blue) = 217+172+155=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC9B is #265364. Grayscale: #B7B7B7. Windows color (decimal): -2511717 or 10202329. OLE color: 10202329.

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

Color convert

RGB217172155-
CMYK00.210.290.15
HSL16.45º44.93%72.94%-
HSV(B)16.45º28.57%85.1%-
XYZ49.2846.6237.41-
YUV183.52111.91151.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=39.89%
G=31.62%
B=28.49%

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
Decimal21717215500.210.290.1516.4544.9372.94
HexD9AC9B0151DF102d49
Octal33125423302535172055111
Binary110110011010110010011011010101111011111100001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC9B; }

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

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

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

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

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

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

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

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