Html Css Color HEX #D9B2AA Oyster Pink

📋 copy color: '#D9B2AA'

red 217 ◦ green 178 ◦ blue 170

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

Shades of Oyster Pink #D9B2AA

Tints of Oyster Pink #D9B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.5%

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 38.41%
G = 31.5%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9B2AA (or 0xD9B2AA) is known color: Oyster Pink. HEX triplet: D9, B2 and AA. RGB value is (217,178,170). Sum of RGB (Red+Green+Blue) = 217+178+170=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B2AA is #264D55. Grayscale: #BCBCBC. Windows color (decimal): -2510166 or 11186905. OLE color: 11186905.

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

Color convert

RGB 217 178 170 -
CMYK 0 0.18 0.22 0.15
HSL 10.21º 0.38% 0.76% -
HSV(B) 10.21º 0.22% 0.85% -
XYZ 51.79 49.49 44.85 -
YUV 188.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 217 178 170 0 0.18 0.22 0.15 10.21 0.38 0.76
Hex D9 B2 AA 0 12 16 F A 26 4C
Octal 331 262 252 0 22 26 17 12 46 114
Binary 11011001 10110010 10101010 0 10010 10110 1111 1010 100110 1001100

Color Harmonies of #D9B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2AA

Black with #D9B2AA

Text Example


Text Example

White with #D9B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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