Html Css Color HEX #D9A197 Rose

📋 copy color: '#D9A197'

red 217 ◦ green 161 ◦ blue 151

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

Shades of Rose #D9A197

Tints of Rose #D9A197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.43%

 BLUE value IS 151 (59.38% from 255) = 28.54%

R = 41.02%
G = 30.43%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9A197 (or 0xD9A197) is known color: Rose. HEX triplet: D9, A1 and 97. RGB value is (217,161,151). Sum of RGB (Red+Green+Blue) = 217+161+151=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 151 (59.38% from 255 or 28.54% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A197 is #265E68. Grayscale: #B0B0B0. Windows color (decimal): -2514537 or 9937369. OLE color: 9937369.

HSL color Cylindrical-coordinate representation of color #D9A197: hue angle of 9.09º 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 #D9A197 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 161 151 -
CMYK 0 0.26 0.30 0.15
HSL 9.09º 0.46% 0.72% -
HSV(B) 9.09º 0.3% 0.85% -
XYZ 46.95 42.48 35 -
YUV 176.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 217 161 151 0 0.26 0.30 0.15 9.09 0.46 0.72
Hex D9 A1 97 0 1A 1E F 9 2E 48
Octal 331 241 227 0 32 36 17 11 56 110
Binary 11011001 10100001 10010111 0 11010 11110 1111 1001 101110 1001000

Color Harmonies of #D9A197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A197

Black with #D9A197

Text Example


Text Example

White with #D9A197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A197; }

 p { color: rgb(217,161,151); }

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

background-color css

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

 a { background-color: rgb(217,161,151); }

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

border-color css

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

 span { border-color: rgb(217,161,151); }

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