Html Css Color HEX #D9A191 Rose

📋 copy color: '#D9A191'

red 217 ◦ green 161 ◦ blue 145

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

Shades of Rose #D9A191

Tints of Rose #D9A191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 41.49%
G = 30.78%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9A191 (or 0xD9A191) is known color: Rose. HEX triplet: D9, A1 and 91. RGB value is (217,161,145). Sum of RGB (Red+Green+Blue) = 217+161+145=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A191 is #265E6E. Grayscale: #B0B0B0. Windows color (decimal): -2514543 or 9544153. OLE color: 9544153.

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

Color convert

RGB 217 161 145 -
CMYK 0 0.26 0.33 0.15
HSL 13.33º 0.49% 0.71% -
HSV(B) 13.33º 0.33% 0.85% -
XYZ 46.47 42.29 32.5 -
YUV 175.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 217 161 145 0 0.26 0.33 0.15 13.33 0.49 0.71
Hex D9 A1 91 0 1A 21 F D 31 47
Octal 331 241 221 0 32 41 17 15 61 107
Binary 11011001 10100001 10010001 0 11010 100001 1111 1101 110001 1000111

Color Harmonies of #D9A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A191

Black with #D9A191

Text Example


Text Example

White with #D9A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A191; }

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

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

background-color css

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

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

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

border-color css

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

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

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