Html Css Color HEX #D9B0AC Oyster Pink

📋 copy color: '#D9B0AC'

red 217 ◦ green 176 ◦ blue 172

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

Shades of Oyster Pink #D9B0AC

Tints of Oyster Pink #D9B0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 38.41%
G = 31.15%
B = 30.44%

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

#D9B0AC (or 0xD9B0AC) is known color: Oyster Pink. HEX triplet: D9, B0 and AC. RGB value is (217,176,172). Sum of RGB (Red+Green+Blue) = 217+176+172=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B0AC is #264F53. Grayscale: #BBBBBB. Windows color (decimal): -2510676 or 11317465. OLE color: 11317465.

HSL color Cylindrical-coordinate representation of color #D9B0AC: hue angle of 5.33º degrees, saturation: 0.37, 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 #D9B0AC is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 172 -
CMYK 0 0.19 0.21 0.15
HSL 5.33º 0.37% 0.76% -
HSV(B) 5.33º 0.21% 0.85% -
XYZ 51.59 48.78 45.73 -
YUV 187.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 217 176 172 0 0.19 0.21 0.15 5.33 0.37 0.76
Hex D9 B0 AC 0 13 15 F 5 25 4C
Octal 331 260 254 0 23 25 17 5 45 114
Binary 11011001 10110000 10101100 0 10011 10101 1111 101 100101 1001100

Color Harmonies of #D9B0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0AC

Black with #D9B0AC

Text Example


Text Example

White with #D9B0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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