Html Css Color HEX #DCB0AC Oyster Pink

📋 copy color: '#DCB0AC'

red 220 ◦ green 176 ◦ blue 172

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

Shades of Oyster Pink #DCB0AC

Tints of Oyster Pink #DCB0AC

RGB

 RED value IS 220 (86.33% from 255) = 38.73%

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

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 38.73%
G = 30.99%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCB0AC (or 0xDCB0AC) is known color: Oyster Pink. HEX triplet: DC, B0 and AC. RGB value is (220,176,172). Sum of RGB (Red+Green+Blue) = 220+176+172=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0AC is #234F53. Grayscale: #BCBCBC. Windows color (decimal): -2314068 or 11317468. OLE color: 11317468.

HSL color Cylindrical-coordinate representation of color #DCB0AC: hue angle of 5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB0AC is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 172 -
CMYK 0 0.2 0.22 0.14
HSL 0.41% 0.77% -
HSV(B) 0.22% 0.86% -
XYZ 52.49 49.24 45.77 -
YUV 188.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 220 176 172 0 0.2 0.22 0.14 5 0.41 0.77
Hex DC B0 AC 0 14 16 E 5 29 4D
Octal 334 260 254 0 24 26 16 5 51 115
Binary 11011100 10110000 10101100 0 10100 10110 1110 101 101001 1001101

Color Harmonies of #DCB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0AC

Black with #DCB0AC

Text Example


Text Example

White with #DCB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0AC; }

 p { color: rgb(220,176,172); }

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

background-color css

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

 a { background-color: rgb(220,176,172); }

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

border-color css

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

 span { border-color: rgb(220,176,172); }

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