Html Css Color HEX #DAB0AC Oyster Pink

📋 copy color: '#DAB0AC'

red 218 ◦ green 176 ◦ blue 172

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

Shades of Oyster Pink #DAB0AC

Tints of Oyster Pink #DAB0AC

RGB

 RED value IS 218 (85.55% from 255) = 38.52%

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

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

R = 38.52%
G = 31.1%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DAB0AC (or 0xDAB0AC) is known color: Oyster Pink. HEX triplet: DA, B0 and AC. RGB value is (218,176,172). Sum of RGB (Red+Green+Blue) = 218+176+172=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0AC is #254F53. Grayscale: #BCBCBC. Windows color (decimal): -2445140 or 11317466. OLE color: 11317466.

HSL color Cylindrical-coordinate representation of color #DAB0AC: hue angle of 5.22º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB0AC is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 172 -
CMYK 0 0.19 0.21 0.15
HSL 5.22º 0.38% 0.76% -
HSV(B) 5.22º 0.21% 0.85% -
XYZ 51.89 48.93 45.74 -
YUV 188.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 218 176 172 0 0.19 0.21 0.15 5.22 0.38 0.76
Hex DA B0 AC 0 13 15 F 5 26 4C
Octal 332 260 254 0 23 25 17 5 46 114
Binary 11011010 10110000 10101100 0 10011 10101 1111 101 100110 1001100

Color Harmonies of #DAB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0AC

Black with #DAB0AC

Text Example


Text Example

White with #DAB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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