#D6A7A7

Color #D6A7A7 Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #D6A7A7

Tints of Oyster Pink #D6A7A7

Color information

#D6A7A7 (or 0xD6A7A7) is unknown color: approx Oyster Pink. HEX triplet: D6, A7 and A7. RGB value is (214,167,167). Sum of RGB (Red+Green+Blue) = 214+167+167=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A7A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A7A7 is #295858. Grayscale: #B5B5B5. Windows color (decimal): -2709593 or 10987478. OLE color: 10987478.

HSL color Cylindrical-coordinate representation of color #D6A7A7: hue angle of 0º degrees, saturation: 0.36, 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 #D6A7A7 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214167167-
CMYK00.220.220.16
HSL36.43%74.71%-
HSV(B)21.96%83.92%-
XYZ48.5344.7242.63-
YUV181.05120.07151.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=39.05%
G=30.47%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416716700.220.220.16036.4374.71
HexD6A7A701616100244b
Octal3262472470262620044113
Binary110101101010011110100111010110101101000001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A7A7; }

 p { color: rgb(214,167,167); }

 H1.HeaderClassName
 {
   color: #D6A7A7;
 }
 .AnyTagClassName
 {
   color: #D6A7A7;
 }
</style>
background-color css

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

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

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

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

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

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