Html Css Color HEX #D9A491 Rose

📋 copy color: '#D9A491'

red 217 ◦ green 164 ◦ blue 145

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

Shades of Rose #D9A491

Tints of Rose #D9A491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.18%

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

R = 41.25%
G = 31.18%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9A491 (or 0xD9A491) is known color: Rose. HEX triplet: D9, A4 and 91. RGB value is (217,164,145). Sum of RGB (Red+Green+Blue) = 217+164+145=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A491 is #265B6E. Grayscale: #B1B1B1. Windows color (decimal): -2513775 or 9544921. OLE color: 9544921.

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

Color convert

RGB 217 164 145 -
CMYK 0 0.24 0.33 0.15
HSL 15.83º 0.49% 0.71% -
HSV(B) 15.83º 0.33% 0.85% -
XYZ 47 43.35 32.68 -
YUV 177.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 217 164 145 0 0.24 0.33 0.15 15.83 0.49 0.71
Hex D9 A4 91 0 18 21 F 10 31 47
Octal 331 244 221 0 30 41 17 20 61 107
Binary 11011001 10100100 10010001 0 11000 100001 1111 10000 110001 1000111

Color Harmonies of #D9A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A491

Black with #D9A491

Text Example


Text Example

White with #D9A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A491; }

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

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

background-color css

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

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

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

border-color css

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

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

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