Html Css Color HEX #D9A690 Rose

📋 copy color: '#D9A690'

red 217 ◦ green 166 ◦ blue 144

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

Shades of Rose #D9A690

Tints of Rose #D9A690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.5%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 41.18%
G = 31.5%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9A690 (or 0xD9A690) is known color: Rose. HEX triplet: D9, A6 and 90. RGB value is (217,166,144). Sum of RGB (Red+Green+Blue) = 217+166+144=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A690 is #26596F. Grayscale: #B2B2B2. Windows color (decimal): -2513264 or 9479897. OLE color: 9479897.

HSL color Cylindrical-coordinate representation of color #D9A690: hue angle of 18.08º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A690 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 166 144 -
CMYK 0 0.24 0.34 0.15
HSL 18.08º 0.49% 0.71% -
HSV(B) 18.08º 0.34% 0.85% -
XYZ 47.29 44.04 32.39 -
YUV 178.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 217 166 144 0 0.24 0.34 0.15 18.08 0.49 0.71
Hex D9 A6 90 0 18 22 F 12 31 47
Octal 331 246 220 0 30 42 17 22 61 107
Binary 11011001 10100110 10010000 0 11000 100010 1111 10010 110001 1000111

Color Harmonies of #D9A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A690

Black with #D9A690

Text Example


Text Example

White with #D9A690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A690; }

 p { color: rgb(217,166,144); }

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

background-color css

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

 a { background-color: rgb(217,166,144); }

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

border-color css

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

 span { border-color: rgb(217,166,144); }

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