Html Css Color HEX #D4B0AA Oyster Pink

📋 copy color: '#D4B0AA'

red 212 ◦ green 176 ◦ blue 170

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

Shades of Oyster Pink #D4B0AA

Tints of Oyster Pink #D4B0AA

RGB

 RED value IS 212 (83.2% from 255) = 37.99%

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

 BLUE value IS 170 (66.8% from 255) = 30.47%

R = 37.99%
G = 31.54%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D4B0AA (or 0xD4B0AA) is known color: Oyster Pink. HEX triplet: D4, B0 and AA. RGB value is (212,176,170). Sum of RGB (Red+Green+Blue) = 212+176+170=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B0AA is #2B4F55. Grayscale: #BABABA. Windows color (decimal): -2838358 or 11186388. OLE color: 11186388.

HSL color Cylindrical-coordinate representation of color #D4B0AA: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4B0AA is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 170 -
CMYK 0 0.17 0.20 0.17
HSL 8.57º 0.33% 0.75% -
HSV(B) 8.57º 0.2% 0.83% -
XYZ 49.93 47.95 44.65 -
YUV 186.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 212 176 170 0 0.17 0.20 0.17 8.57 0.33 0.75
Hex D4 B0 AA 0 11 14 11 9 21 4B
Octal 324 260 252 0 21 24 21 11 41 113
Binary 11010100 10110000 10101010 0 10001 10100 10001 1001 100001 1001011

Color Harmonies of #D4B0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B0AA

Black with #D4B0AA

Text Example


Text Example

White with #D4B0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B0AA; }

 p { color: rgb(212,176,170); }

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

background-color css

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

 a { background-color: rgb(212,176,170); }

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

border-color css

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

 span { border-color: rgb(212,176,170); }

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