Html Css Color HEX #D6A9A6 Oyster Pink

📋 copy color: '#D6A9A6'

red 214 ◦ green 169 ◦ blue 166

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

Shades of Oyster Pink #D6A9A6

Tints of Oyster Pink #D6A9A6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.78%

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 38.98%
G = 30.78%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D6A9A6 (or 0xD6A9A6) is known color: Oyster Pink. HEX triplet: D6, A9 and A6. RGB value is (214,169,166). Sum of RGB (Red+Green+Blue) = 214+169+166=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A9A6 is #295659. Grayscale: #B6B6B6. Windows color (decimal): -2709082 or 10922454. OLE color: 10922454.

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

Color convert

RGB 214 169 166 -
CMYK 0 0.21 0.22 0.16
HSL 3.75º 0.37% 0.75% -
HSV(B) 3.75º 0.22% 0.84% -
XYZ 48.8 45.43 42.27 -
YUV 182.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 214 169 166 0 0.21 0.22 0.16 3.75 0.37 0.75
Hex D6 A9 A6 0 15 16 10 4 25 4B
Octal 326 251 246 0 25 26 20 4 45 113
Binary 11010110 10101001 10100110 0 10101 10110 10000 100 100101 1001011

Color Harmonies of #D6A9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9A6

Black with #D6A9A6

Text Example


Text Example

White with #D6A9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A9A6; }

 p { color: rgb(214,169,166); }

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

background-color css

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

 a { background-color: rgb(214,169,166); }

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

border-color css

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

 span { border-color: rgb(214,169,166); }

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