Html Css Color HEX #DBB0AC Oyster Pink

📋 copy color: '#DBB0AC'

red 219 ◦ green 176 ◦ blue 172

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

Shades of Oyster Pink #DBB0AC

Tints of Oyster Pink #DBB0AC

RGB

 RED value IS 219 (85.94% from 255) = 38.62%

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

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

R = 38.62%
G = 31.04%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBB0AC (or 0xDBB0AC) is known color: Oyster Pink. HEX triplet: DB, B0 and AC. RGB value is (219,176,172). Sum of RGB (Red+Green+Blue) = 219+176+172=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AC is #244F53. Grayscale: #BCBCBC. Windows color (decimal): -2379604 or 11317467. OLE color: 11317467.

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

Color convert

RGB 219 176 172 -
CMYK 0 0.20 0.21 0.14
HSL 5.11º 0.39% 0.77% -
HSV(B) 5.11º 0.21% 0.86% -
XYZ 52.19 49.09 45.75 -
YUV 188.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 219 176 172 0 0.20 0.21 0.14 5.11 0.39 0.77
Hex DB B0 AC 0 14 15 E 5 27 4D
Octal 333 260 254 0 24 25 16 5 47 115
Binary 11011011 10110000 10101100 0 10100 10101 1110 101 100111 1001101

Color Harmonies of #DBB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0AC

Black with #DBB0AC

Text Example


Text Example

White with #DBB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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