Html Css Color HEX #D9A091 Rose

📋 copy color: '#D9A091'

red 217 ◦ green 160 ◦ blue 145

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

Shades of Rose #D9A091

Tints of Rose #D9A091

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.65%

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

R = 41.57%
G = 30.65%
B = 27.78%

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

#D9A091 (or 0xD9A091) is known color: Rose. HEX triplet: D9, A0 and 91. RGB value is (217,160,145). Sum of RGB (Red+Green+Blue) = 217+160+145=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 145 (57.03% from 255 or 27.78% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A091 is #265F6E. Grayscale: #AFAFAF. Windows color (decimal): -2514799 or 9543897. OLE color: 9543897.

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

Color convert

RGB 217 160 145 -
CMYK 0 0.26 0.33 0.15
HSL 12.5º 0.49% 0.71% -
HSV(B) 12.5º 0.33% 0.85% -
XYZ 46.3 41.94 32.44 -
YUV 175.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 217 160 145 0 0.26 0.33 0.15 12.5 0.49 0.71
Hex D9 A0 91 0 1A 21 F C 31 47
Octal 331 240 221 0 32 41 17 14 61 107
Binary 11011001 10100000 10010001 0 11010 100001 1111 1100 110001 1000111

Color Harmonies of #D9A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A091

Black with #D9A091

Text Example


Text Example

White with #D9A091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A091; }

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

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

background-color css

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

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

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

border-color css

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

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

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