Html Css Color HEX #D9AA96 Rose

📋 copy color: '#D9AA96'

red 217 ◦ green 170 ◦ blue 150

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

Shades of Rose #D9AA96

Tints of Rose #D9AA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.93%

R = 40.41%
G = 31.66%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9AA96 (or 0xD9AA96) is known color: Rose. HEX triplet: D9, AA and 96. RGB value is (217,170,150). Sum of RGB (Red+Green+Blue) = 217+170+150=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AA96 is #265569. Grayscale: #B5B5B5. Windows color (decimal): -2512234 or 9874137. OLE color: 9874137.

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

Color convert

RGB 217 170 150 -
CMYK 0 0.22 0.31 0.15
HSL 17.91º 0.47% 0.72% -
HSV(B) 17.91º 0.31% 0.85% -
XYZ 48.5 45.7 35.12 -
YUV 181.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 217 170 150 0 0.22 0.31 0.15 17.91 0.47 0.72
Hex D9 AA 96 0 16 1F F 12 2F 48
Octal 331 252 226 0 26 37 17 22 57 110
Binary 11011001 10101010 10010110 0 10110 11111 1111 10010 101111 1001000

Color Harmonies of #D9AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA96

Black with #D9AA96

Text Example


Text Example

White with #D9AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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