Html Css Color HEX #D9A099 Rose

📋 copy color: '#D9A099'

red 217 ◦ green 160 ◦ blue 153

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

Shades of Rose #D9A099

Tints of Rose #D9A099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.87%

R = 40.94%
G = 30.19%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9A099 (or 0xD9A099) is known color: Rose. HEX triplet: D9, A0 and 99. RGB value is (217,160,153). Sum of RGB (Red+Green+Blue) = 217+160+153=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A099 is #265F66. Grayscale: #B0B0B0. Windows color (decimal): -2514791 or 10068185. OLE color: 10068185.

HSL color Cylindrical-coordinate representation of color #D9A099: hue angle of 6.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9A099 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 153 -
CMYK 0 0.26 0.29 0.15
HSL 6.56º 0.46% 0.73% -
HSV(B) 6.56º 0.29% 0.85% -
XYZ 46.94 42.19 35.81 -
YUV 176.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 217 160 153 0 0.26 0.29 0.15 6.56 0.46 0.73
Hex D9 A0 99 0 1A 1D F 7 2E 49
Octal 331 240 231 0 32 35 17 7 56 111
Binary 11011001 10100000 10011001 0 11010 11101 1111 111 101110 1001001

Color Harmonies of #D9A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A099

Black with #D9A099

Text Example


Text Example

White with #D9A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A099; }

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

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

background-color css

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

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

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

border-color css

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

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

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