Html Css Color HEX #D9B0AF Oyster Pink

📋 copy color: '#D9B0AF'

red 217 ◦ green 176 ◦ blue 175

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

Shades of Oyster Pink #D9B0AF

Tints of Oyster Pink #D9B0AF

RGB

 RED value IS 217 (85.16% from 255) = 38.2%

 GREEN value IS 176 (69.14% from 255) = 30.99%

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

R = 38.2%
G = 30.99%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9B0AF (or 0xD9B0AF) is known color: Oyster Pink. HEX triplet: D9, B0 and AF. RGB value is (217,176,175). Sum of RGB (Red+Green+Blue) = 217+176+175=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B0AF is #264F50. Grayscale: #BCBCBC. Windows color (decimal): -2510673 or 11514073. OLE color: 11514073.

HSL color Cylindrical-coordinate representation of color #D9B0AF: hue angle of 1.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0AF is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 175 -
CMYK 0 0.19 0.19 0.15
HSL 1.43º 0.36% 0.77% -
HSV(B) 1.43º 0.19% 0.85% -
XYZ 51.88 48.9 47.26 -
YUV 188.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 217 176 175 0 0.19 0.19 0.15 1.43 0.36 0.77
Hex D9 B0 AF 0 13 13 F 1 24 4D
Octal 331 260 257 0 23 23 17 1 44 115
Binary 11011001 10110000 10101111 0 10011 10011 1111 1 100100 1001101

Color Harmonies of #D9B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0AF

Black with #D9B0AF

Text Example


Text Example

White with #D9B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0AF; }

 p { color: rgb(217,176,175); }

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

background-color css

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

 a { background-color: rgb(217,176,175); }

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

border-color css

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

 span { border-color: rgb(217,176,175); }

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