Html Css Color HEX #D9A19C Rose

📋 copy color: '#D9A19C'

red 217 ◦ green 161 ◦ blue 156

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

Shades of Rose #D9A19C

Tints of Rose #D9A19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.21%

R = 40.64%
G = 30.15%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9A19C (or 0xD9A19C) is known color: Rose. HEX triplet: D9, A1 and 9C. RGB value is (217,161,156). Sum of RGB (Red+Green+Blue) = 217+161+156=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A19C is #265E63. Grayscale: #B1B1B1. Windows color (decimal): -2514532 or 10265049. OLE color: 10265049.

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

Color convert

RGB 217 161 156 -
CMYK 0 0.26 0.28 0.15
HSL 4.92º 0.45% 0.73% -
HSV(B) 4.92º 0.28% 0.85% -
XYZ 47.36 42.64 37.19 -
YUV 177.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 217 161 156 0 0.26 0.28 0.15 4.92 0.45 0.73
Hex D9 A1 9C 0 1A 1C F 5 2D 49
Octal 331 241 234 0 32 34 17 5 55 111
Binary 11011001 10100001 10011100 0 11010 11100 1111 101 101101 1001001

Color Harmonies of #D9A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A19C

Black with #D9A19C

Text Example


Text Example

White with #D9A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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