Html Css Color HEX #D6B3AD Oyster Pink

📋 copy color: '#D6B3AD'

red 214 ◦ green 179 ◦ blue 173

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

Shades of Oyster Pink #D6B3AD

Tints of Oyster Pink #D6B3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.63%

 BLUE value IS 173 (67.97% from 255) = 30.57%

R = 37.81%
G = 31.63%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6B3AD (or 0xD6B3AD) is known color: Oyster Pink. HEX triplet: D6, B3 and AD. RGB value is (214,179,173). Sum of RGB (Red+Green+Blue) = 214+179+173=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B3AD is #294C52. Grayscale: #BCBCBC. Windows color (decimal): -2706515 or 11383766. OLE color: 11383766.

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

Color convert

RGB 214 179 173 -
CMYK 0 0.16 0.19 0.16
HSL 8.78º 0.33% 0.76% -
HSV(B) 8.78º 0.19% 0.84% -
XYZ 51.39 49.55 46.39 -
YUV 188.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 214 179 173 0 0.16 0.19 0.16 8.78 0.33 0.76
Hex D6 B3 AD 0 10 13 10 9 21 4C
Octal 326 263 255 0 20 23 20 11 41 114
Binary 11010110 10110011 10101101 0 10000 10011 10000 1001 100001 1001100

Color Harmonies of #D6B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B3AD

Black with #D6B3AD

Text Example


Text Example

White with #D6B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B3AD; }

 p { color: rgb(214,179,173); }

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

background-color css

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

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

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

border-color css

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

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

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