Html Css Color HEX #D9AA91 Rose

📋 copy color: '#D9AA91'

red 217 ◦ green 170 ◦ blue 145

#D9AA91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #D9AA91

Tints of Rose #D9AA91

RGB

 RED value IS 217 (85.16% from 255) = 40.79%

 GREEN value IS 170 (66.8% from 255) = 31.95%

 BLUE value IS 145 (57.03% from 255) = 27.26%

R = 40.79%
G = 31.95%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9AA91 (or 0xD9AA91) is known color: Rose. HEX triplet: D9, AA and 91. RGB value is (217,170,145). Sum of RGB (Red+Green+Blue) = 217+170+145=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AA91 is #26556E. Grayscale: #B5B5B5. Windows color (decimal): -2512239 or 9546457. OLE color: 9546457.

HSL color Cylindrical-coordinate representation of color #D9AA91: hue angle of 20.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9AA91 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 145 -
CMYK 0 0.22 0.33 0.15
HSL 20.83º 0.49% 0.71% -
HSV(B) 20.83º 0.33% 0.85% -
XYZ 48.1 45.55 33.04 -
YUV 181.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 217 170 145 0 0.22 0.33 0.15 20.83 0.49 0.71
Hex D9 AA 91 0 16 21 F 15 31 47
Octal 331 252 221 0 26 41 17 25 61 107
Binary 11011001 10101010 10010001 0 10110 100001 1111 10101 110001 1000111

Color Harmonies of #D9AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA91

Black with #D9AA91

Text Example


Text Example

White with #D9AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA91; }

 p { color: rgb(217,170,145); }

 H1.HeaderClassName
 {
   color: #D9AA91;
 }
 .AnyTagClassName
 {
   color: #D9AA91;
 }
</style>

background-color css

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

 a { background-color: rgb(217,170,145); }

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

border-color css

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

 span { border-color: rgb(217,170,145); }

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