Html Css Color HEX #D8AA91 Rose

📋 copy color: '#D8AA91'

red 216 ◦ green 170 ◦ blue 145

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

Shades of Rose #D8AA91

Tints of Rose #D8AA91

RGB

 RED value IS 216 (84.77% from 255) = 40.68%

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

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

R = 40.68%
G = 32.02%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8AA91 (or 0xD8AA91) is known color: Rose. HEX triplet: D8, AA and 91. RGB value is (216,170,145). Sum of RGB (Red+Green+Blue) = 216+170+145=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AA91 is #27556E. Grayscale: #B5B5B5. Windows color (decimal): -2577775 or 9546456. OLE color: 9546456.

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

Color convert

RGB 216 170 145 -
CMYK 0 0.21 0.33 0.15
HSL 21.13º 0.48% 0.71% -
HSV(B) 21.13º 0.33% 0.85% -
XYZ 47.8 45.39 33.03 -
YUV 180.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 216 170 145 0 0.21 0.33 0.15 21.13 0.48 0.71
Hex D8 AA 91 0 15 21 F 15 30 47
Octal 330 252 221 0 25 41 17 25 60 107
Binary 11011000 10101010 10010001 0 10101 100001 1111 10101 110000 1000111

Color Harmonies of #D8AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AA91

Black with #D8AA91

Text Example


Text Example

White with #D8AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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