Html Css Color HEX #DCB0AF Oyster Pink

📋 copy color: '#DCB0AF'

red 220 ◦ green 176 ◦ blue 175

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

Shades of Oyster Pink #DCB0AF

Tints of Oyster Pink #DCB0AF

RGB

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

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

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

R = 38.53%
G = 30.82%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCB0AF (or 0xDCB0AF) is known color: Oyster Pink. HEX triplet: DC, B0 and AF. RGB value is (220,176,175). Sum of RGB (Red+Green+Blue) = 220+176+175=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0AF is #234F50. Grayscale: #BDBDBD. Windows color (decimal): -2314065 or 11514076. OLE color: 11514076.

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

Color convert

RGB 220 176 175 -
CMYK 0 0.2 0.20 0.14
HSL 1.33º 0.39% 0.77% -
HSV(B) 1.33º 0.2% 0.86% -
XYZ 52.78 49.36 47.3 -
YUV 189.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 220 176 175 0 0.2 0.20 0.14 1.33 0.39 0.77
Hex DC B0 AF 0 14 14 E 1 27 4D
Octal 334 260 257 0 24 24 16 1 47 115
Binary 11011100 10110000 10101111 0 10100 10100 1110 1 100111 1001101

Color Harmonies of #DCB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0AF

Black with #DCB0AF

Text Example


Text Example

White with #DCB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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