Html Css Color HEX #D4B2AD Oyster Pink

📋 copy color: '#D4B2AD'

red 212 ◦ green 178 ◦ blue 173

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

Shades of Oyster Pink #D4B2AD

Tints of Oyster Pink #D4B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.62%

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

R = 37.66%
G = 31.62%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D4B2AD (or 0xD4B2AD) is known color: Oyster Pink. HEX triplet: D4, B2 and AD. RGB value is (212,178,173). Sum of RGB (Red+Green+Blue) = 212+178+173=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B2AD is #2B4D52. Grayscale: #BBBBBB. Windows color (decimal): -2837843 or 11383508. OLE color: 11383508.

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

Color convert

RGB 212 178 173 -
CMYK 0 0.16 0.18 0.17
HSL 7.69º 0.31% 0.75% -
HSV(B) 7.69º 0.18% 0.83% -
XYZ 50.61 48.85 46.3 -
YUV 187.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 212 178 173 0 0.16 0.18 0.17 7.69 0.31 0.75
Hex D4 B2 AD 0 10 12 11 8 1F 4B
Octal 324 262 255 0 20 22 21 10 37 113
Binary 11010100 10110010 10101101 0 10000 10010 10001 1000 11111 1001011

Color Harmonies of #D4B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B2AD

Black with #D4B2AD

Text Example


Text Example

White with #D4B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B2AD; }

 p { color: rgb(212,178,173); }

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

background-color css

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

 a { background-color: rgb(212,178,173); }

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

border-color css

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

 span { border-color: rgb(212,178,173); }

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