Html Css Color HEX #D2B0AD Oyster Pink

📋 copy color: '#D2B0AD'

red 210 ◦ green 176 ◦ blue 173

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

Shades of Oyster Pink #D2B0AD

Tints of Oyster Pink #D2B0AD

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

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

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

R = 37.57%
G = 31.48%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2B0AD (or 0xD2B0AD) is known color: Oyster Pink. HEX triplet: D2, B0 and AD. RGB value is (210,176,173). Sum of RGB (Red+Green+Blue) = 210+176+173=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B0AD is #2D4F52. Grayscale: #B9B9B9. Windows color (decimal): -2969427 or 11382994. OLE color: 11382994.

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

Color convert

RGB 210 176 173 -
CMYK 0 0.16 0.18 0.18
HSL 4.86º 0.29% 0.75% -
HSV(B) 4.86º 0.18% 0.82% -
XYZ 49.65 47.77 46.14 -
YUV 185.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 210 176 173 0 0.16 0.18 0.18 4.86 0.29 0.75
Hex D2 B0 AD 0 10 12 12 5 1D 4B
Octal 322 260 255 0 20 22 22 5 35 113
Binary 11010010 10110000 10101101 0 10000 10010 10010 101 11101 1001011

Color Harmonies of #D2B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B0AD

Black with #D2B0AD

Text Example


Text Example

White with #D2B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B0AD; }

 p { color: rgb(210,176,173); }

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

background-color css

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

 a { background-color: rgb(210,176,173); }

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

border-color css

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

 span { border-color: rgb(210,176,173); }

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