#D9AB9B

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

Shades of Rose #D9AB9B

Tints of Rose #D9AB9B

Color information

#D9AB9B (or 0xD9AB9B) is unknown color: approx Rose. HEX triplet: D9, AB and 9B. RGB value is (217,171,155). Sum of RGB (Red+Green+Blue) = 217+171+155=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB9B is #265464. Grayscale: #B7B7B7. Windows color (decimal): -2511973 or 10202073. OLE color: 10202073.

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

Color convert

RGB217171155-
CMYK00.210.290.15
HSL15.48º44.93%72.94%-
HSV(B)15.48º28.57%85.1%-
XYZ49.0946.2437.35-
YUV182.93112.24152.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=39.96%
G=31.49%
B=28.55%

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
Decimal21717115500.210.290.1515.4844.9372.94
HexD9AB9B0151DFf2d49
Octal33125323302535171755111
Binary11011001101010111001101101010111101111111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB9B; }

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

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

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

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

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

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

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

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