Html Css Color HEX #D9A095 Rose

📋 copy color: '#D9A095'

red 217 ◦ green 160 ◦ blue 149

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

Shades of Rose #D9A095

Tints of Rose #D9A095

RGB

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

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

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

R = 41.25%
G = 30.42%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9A095 (or 0xD9A095) is known color: Rose. HEX triplet: D9, A0 and 95. RGB value is (217,160,149). Sum of RGB (Red+Green+Blue) = 217+160+149=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A095 is #265F6A. Grayscale: #AFAFAF. Windows color (decimal): -2514795 or 9806041. OLE color: 9806041.

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

Color convert

RGB 217 160 149 -
CMYK 0 0.26 0.31 0.15
HSL 9.71º 0.47% 0.72% -
HSV(B) 9.71º 0.31% 0.85% -
XYZ 46.61 42.06 34.1 -
YUV 175.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 217 160 149 0 0.26 0.31 0.15 9.71 0.47 0.72
Hex D9 A0 95 0 1A 1F F A 2F 48
Octal 331 240 225 0 32 37 17 12 57 110
Binary 11011001 10100000 10010101 0 11010 11111 1111 1010 101111 1001000

Color Harmonies of #D9A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A095

Black with #D9A095

Text Example


Text Example

White with #D9A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A095; }

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

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

background-color css

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

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

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

border-color css

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

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

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