Html Css Color HEX #D6B0AA Oyster Pink

📋 copy color: '#D6B0AA'

red 214 ◦ green 176 ◦ blue 170

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

Shades of Oyster Pink #D6B0AA

Tints of Oyster Pink #D6B0AA

RGB

 RED value IS 214 (83.98% from 255) = 38.21%

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

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

R = 38.21%
G = 31.43%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6B0AA (or 0xD6B0AA) is known color: Oyster Pink. HEX triplet: D6, B0 and AA. RGB value is (214,176,170). Sum of RGB (Red+Green+Blue) = 214+176+170=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B0AA is #294F55. Grayscale: #BABABA. Windows color (decimal): -2707286 or 11186390. OLE color: 11186390.

HSL color Cylindrical-coordinate representation of color #D6B0AA: hue angle of 8.18º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B0AA is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 170 -
CMYK 0 0.18 0.21 0.16
HSL 8.18º 0.35% 0.75% -
HSV(B) 8.18º 0.21% 0.84% -
XYZ 50.51 48.25 44.68 -
YUV 186.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 214 176 170 0 0.18 0.21 0.16 8.18 0.35 0.75
Hex D6 B0 AA 0 12 15 10 8 23 4B
Octal 326 260 252 0 22 25 20 10 43 113
Binary 11010110 10110000 10101010 0 10010 10101 10000 1000 100011 1001011

Color Harmonies of #D6B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0AA

Black with #D6B0AA

Text Example


Text Example

White with #D6B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0AA; }

 p { color: rgb(214,176,170); }

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

background-color css

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

 a { background-color: rgb(214,176,170); }

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

border-color css

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

 span { border-color: rgb(214,176,170); }

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