Html Css Color HEX #D6B7AF Oyster Pink

📋 copy color: '#D6B7AF'

red 214 ◦ green 183 ◦ blue 175

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

Shades of Oyster Pink #D6B7AF

Tints of Oyster Pink #D6B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.99%

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

R = 37.41%
G = 31.99%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6B7AF (or 0xD6B7AF) is known color: Oyster Pink. HEX triplet: D6, B7 and AF. RGB value is (214,183,175). Sum of RGB (Red+Green+Blue) = 214+183+175=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B7AF is #294850. Grayscale: #BFBFBF. Windows color (decimal): -2705489 or 11515862. OLE color: 11515862.

HSL color Cylindrical-coordinate representation of color #D6B7AF: hue angle of 12.31º 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 #D6B7AF is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 175 -
CMYK 0 0.14 0.18 0.16
HSL 12.31º 0.32% 0.76% -
HSV(B) 12.31º 0.18% 0.84% -
XYZ 52.4 51.26 47.69 -
YUV 191.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 214 183 175 0 0.14 0.18 0.16 12.31 0.32 0.76
Hex D6 B7 AF 0 E 12 10 C 20 4C
Octal 326 267 257 0 16 22 20 14 40 114
Binary 11010110 10110111 10101111 0 1110 10010 10000 1100 100000 1001100

Color Harmonies of #D6B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7AF

Black with #D6B7AF

Text Example


Text Example

White with #D6B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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