Html Css Color HEX #D6B6AF Oyster Pink

📋 copy color: '#D6B6AF'

red 214 ◦ green 182 ◦ blue 175

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

Shades of Oyster Pink #D6B6AF

Tints of Oyster Pink #D6B6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.87%

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 37.48%
G = 31.87%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6B6AF (or 0xD6B6AF) is known color: Oyster Pink. HEX triplet: D6, B6 and AF. RGB value is (214,182,175). Sum of RGB (Red+Green+Blue) = 214+182+175=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B6AF is #294950. Grayscale: #BEBEBE. Windows color (decimal): -2705745 or 11515606. OLE color: 11515606.

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

Color convert

RGB 214 182 175 -
CMYK 0 0.15 0.18 0.16
HSL 10.77º 0.32% 0.76% -
HSV(B) 10.77º 0.18% 0.84% -
XYZ 52.2 50.85 47.62 -
YUV 190.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 214 182 175 0 0.15 0.18 0.16 10.77 0.32 0.76
Hex D6 B6 AF 0 F 12 10 B 20 4C
Octal 326 266 257 0 17 22 20 13 40 114
Binary 11010110 10110110 10101111 0 1111 10010 10000 1011 100000 1001100

Color Harmonies of #D6B6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6AF

Black with #D6B6AF

Text Example


Text Example

White with #D6B6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6AF; }

 p { color: rgb(214,182,175); }

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

background-color css

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

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

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

border-color css

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

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

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