Html Css Color HEX #D9AA98 Rose

📋 copy color: '#D9AA98'

red 217 ◦ green 170 ◦ blue 152

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

Shades of Rose #D9AA98

Tints of Rose #D9AA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.2%

R = 40.26%
G = 31.54%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9AA98 (or 0xD9AA98) is known color: Rose. HEX triplet: D9, AA and 98. RGB value is (217,170,152). Sum of RGB (Red+Green+Blue) = 217+170+152=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AA98 is #265567. Grayscale: #B6B6B6. Windows color (decimal): -2512232 or 10005209. OLE color: 10005209.

HSL color Cylindrical-coordinate representation of color #D9AA98: hue angle of 16.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9AA98 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 152 -
CMYK 0 0.22 0.30 0.15
HSL 16.62º 0.46% 0.72% -
HSV(B) 16.62º 0.3% 0.85% -
XYZ 48.66 45.77 35.98 -
YUV 182 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 217 170 152 0 0.22 0.30 0.15 16.62 0.46 0.72
Hex D9 AA 98 0 16 1E F 11 2E 48
Octal 331 252 230 0 26 36 17 21 56 110
Binary 11011001 10101010 10011000 0 10110 11110 1111 10001 101110 1001000

Color Harmonies of #D9AA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA98

Black with #D9AA98

Text Example


Text Example

White with #D9AA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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