Html Css Color HEX #D9A8A7 Oyster Pink

📋 copy color: '#D9A8A7'

red 217 ◦ green 168 ◦ blue 167

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

Shades of Oyster Pink #D9A8A7

Tints of Oyster Pink #D9A8A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.25%

R = 39.31%
G = 30.43%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D9A8A7 (or 0xD9A8A7) is known color: Oyster Pink. HEX triplet: D9, A8 and A7. RGB value is (217,168,167). Sum of RGB (Red+Green+Blue) = 217+168+167=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A8A7 is #265758. Grayscale: #B6B6B6. Windows color (decimal): -2512729 or 10987737. OLE color: 10987737.

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

Color convert

RGB 217 168 167 -
CMYK 0 0.23 0.23 0.15
HSL 1.2º 0.4% 0.75% -
HSV(B) 1.2º 0.23% 0.85% -
XYZ 49.59 45.55 42.74 -
YUV 182.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 217 168 167 0 0.23 0.23 0.15 1.2 0.4 0.75
Hex D9 A8 A7 0 17 17 F 1 28 4B
Octal 331 250 247 0 27 27 17 1 50 113
Binary 11011001 10101000 10100111 0 10111 10111 1111 1 101000 1001011

Color Harmonies of #D9A8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8A7

Black with #D9A8A7

Text Example


Text Example

White with #D9A8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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