Html Css Color HEX #D9B0AB Oyster Pink

📋 copy color: '#D9B0AB'

red 217 ◦ green 176 ◦ blue 171

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

Shades of Oyster Pink #D9B0AB

Tints of Oyster Pink #D9B0AB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.21%

 BLUE value IS 171 (67.19% from 255) = 30.32%

R = 38.48%
G = 31.21%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9B0AB (or 0xD9B0AB) is known color: Oyster Pink. HEX triplet: D9, B0 and AB. RGB value is (217,176,171). Sum of RGB (Red+Green+Blue) = 217+176+171=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B0AB is #264F54. Grayscale: #BBBBBB. Windows color (decimal): -2510677 or 11251929. OLE color: 11251929.

HSL color Cylindrical-coordinate representation of color #D9B0AB: hue angle of 6.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B0AB is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 171 -
CMYK 0 0.19 0.21 0.15
HSL 6.52º 0.38% 0.76% -
HSV(B) 6.52º 0.21% 0.85% -
XYZ 51.49 48.74 45.22 -
YUV 187.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 217 176 171 0 0.19 0.21 0.15 6.52 0.38 0.76
Hex D9 B0 AB 0 13 15 F 7 26 4C
Octal 331 260 253 0 23 25 17 7 46 114
Binary 11011001 10110000 10101011 0 10011 10101 1111 111 100110 1001100

Color Harmonies of #D9B0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0AB

Black with #D9B0AB

Text Example


Text Example

White with #D9B0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0AB; }

 p { color: rgb(217,176,171); }

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

background-color css

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

 a { background-color: rgb(217,176,171); }

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

border-color css

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

 span { border-color: rgb(217,176,171); }

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