Html Css Color HEX #D9A995 Rose

📋 copy color: '#D9A995'

red 217 ◦ green 169 ◦ blue 149

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

Shades of Rose #D9A995

Tints of Rose #D9A995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 40.56%
G = 31.59%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9A995 (or 0xD9A995) is known color: Rose. HEX triplet: D9, A9 and 95. RGB value is (217,169,149). Sum of RGB (Red+Green+Blue) = 217+169+149=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A995 is #26566A. Grayscale: #B5B5B5. Windows color (decimal): -2512491 or 9808345. OLE color: 9808345.

HSL color Cylindrical-coordinate representation of color #D9A995: hue angle of 17.65º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A995 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 149 -
CMYK 0 0.22 0.31 0.15
HSL 17.65º 0.47% 0.72% -
HSV(B) 17.65º 0.31% 0.85% -
XYZ 48.23 45.3 34.64 -
YUV 181.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 217 169 149 0 0.22 0.31 0.15 17.65 0.47 0.72
Hex D9 A9 95 0 16 1F F 12 2F 48
Octal 331 251 225 0 26 37 17 22 57 110
Binary 11011001 10101001 10010101 0 10110 11111 1111 10010 101111 1001000

Color Harmonies of #D9A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A995

Black with #D9A995

Text Example


Text Example

White with #D9A995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A995; }

 p { color: rgb(217,169,149); }

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

background-color css

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

 a { background-color: rgb(217,169,149); }

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

border-color css

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

 span { border-color: rgb(217,169,149); }

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