Html Css Color HEX #D9A895 Rose

📋 copy color: '#D9A895'

red 217 ◦ green 168 ◦ blue 149

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

Shades of Rose #D9A895

Tints of Rose #D9A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.46%

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

R = 40.64%
G = 31.46%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9A895 (or 0xD9A895) is known color: Rose. HEX triplet: D9, A8 and 95. RGB value is (217,168,149). Sum of RGB (Red+Green+Blue) = 217+168+149=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A895 is #26576A. Grayscale: #B4B4B4. Windows color (decimal): -2512747 or 9808089. OLE color: 9808089.

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

Color convert

RGB 217 168 149 -
CMYK 0 0.23 0.31 0.15
HSL 16.76º 0.47% 0.72% -
HSV(B) 16.76º 0.31% 0.85% -
XYZ 48.04 44.93 34.57 -
YUV 180.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 217 168 149 0 0.23 0.31 0.15 16.76 0.47 0.72
Hex D9 A8 95 0 17 1F F 11 2F 48
Octal 331 250 225 0 27 37 17 21 57 110
Binary 11011001 10101000 10010101 0 10111 11111 1111 10001 101111 1001000

Color Harmonies of #D9A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A895

Black with #D9A895

Text Example


Text Example

White with #D9A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A895; }

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

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

background-color css

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

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

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

border-color css

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

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

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