Html Css Color HEX #DAB0AA Oyster Pink

📋 copy color: '#DAB0AA'

red 218 ◦ green 176 ◦ blue 170

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

Shades of Oyster Pink #DAB0AA

Tints of Oyster Pink #DAB0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 38.65%
G = 31.21%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAB0AA (or 0xDAB0AA) is known color: Oyster Pink. HEX triplet: DA, B0 and AA. RGB value is (218,176,170). Sum of RGB (Red+Green+Blue) = 218+176+170=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0AA is #254F55. Grayscale: #BBBBBB. Windows color (decimal): -2445142 or 11186394. OLE color: 11186394.

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

Color convert

RGB 218 176 170 -
CMYK 0 0.19 0.22 0.15
HSL 7.5º 0.39% 0.76% -
HSV(B) 7.5º 0.22% 0.85% -
XYZ 51.69 48.86 44.74 -
YUV 187.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 218 176 170 0 0.19 0.22 0.15 7.5 0.39 0.76
Hex DA B0 AA 0 13 16 F 8 27 4C
Octal 332 260 252 0 23 26 17 10 47 114
Binary 11011010 10110000 10101010 0 10011 10110 1111 1000 100111 1001100

Color Harmonies of #DAB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0AA

Black with #DAB0AA

Text Example


Text Example

White with #DAB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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