Html Css Color HEX #D8AA99 Rose

📋 copy color: '#D8AA99'

red 216 ◦ green 170 ◦ blue 153

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

Shades of Rose #D8AA99

Tints of Rose #D8AA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.39%

R = 40.07%
G = 31.54%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8AA99 (or 0xD8AA99) is known color: Rose. HEX triplet: D8, AA and 99. RGB value is (216,170,153). Sum of RGB (Red+Green+Blue) = 216+170+153=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AA99 is #275566. Grayscale: #B5B5B5. Windows color (decimal): -2577767 or 10070744. OLE color: 10070744.

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

Color convert

RGB 216 170 153 -
CMYK 0 0.21 0.29 0.15
HSL 16.19º 0.45% 0.72% -
HSV(B) 16.19º 0.29% 0.85% -
XYZ 48.44 45.65 36.39 -
YUV 181.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 216 170 153 0 0.21 0.29 0.15 16.19 0.45 0.72
Hex D8 AA 99 0 15 1D F 10 2D 48
Octal 330 252 231 0 25 35 17 20 55 110
Binary 11011000 10101010 10011001 0 10101 11101 1111 10000 101101 1001000

Color Harmonies of #D8AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AA99

Black with #D8AA99

Text Example


Text Example

White with #D8AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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