Html Css Color HEX #D9AAA5 Oyster Pink

📋 copy color: '#D9AAA5'

red 217 ◦ green 170 ◦ blue 165

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

Shades of Oyster Pink #D9AAA5

Tints of Oyster Pink #D9AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.8%

 BLUE value IS 165 (64.84% from 255) = 29.89%

R = 39.31%
G = 30.8%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9AAA5 (or 0xD9AAA5) is known color: Oyster Pink. HEX triplet: D9, AA and A5. RGB value is (217,170,165). Sum of RGB (Red+Green+Blue) = 217+170+165=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAA5 is #26555A. Grayscale: #B7B7B7. Windows color (decimal): -2512219 or 10857177. OLE color: 10857177.

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

Color convert

RGB 217 170 165 -
CMYK 0 0.22 0.24 0.15
HSL 5.77º 0.41% 0.75% -
HSV(B) 5.77º 0.24% 0.85% -
XYZ 49.78 46.22 41.89 -
YUV 183.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 217 170 165 0 0.22 0.24 0.15 5.77 0.41 0.75
Hex D9 AA A5 0 16 18 F 6 29 4B
Octal 331 252 245 0 26 30 17 6 51 113
Binary 11011001 10101010 10100101 0 10110 11000 1111 110 101001 1001011

Color Harmonies of #D9AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAA5

Black with #D9AAA5

Text Example


Text Example

White with #D9AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAA5; }

 p { color: rgb(217,170,165); }

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

background-color css

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

 a { background-color: rgb(217,170,165); }

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

border-color css

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

 span { border-color: rgb(217,170,165); }

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