Html Css Color HEX #DAB1AA Oyster Pink

📋 copy color: '#DAB1AA'

red 218 ◦ green 177 ◦ blue 170

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

Shades of Oyster Pink #DAB1AA

Tints of Oyster Pink #DAB1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.33%

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

R = 38.58%
G = 31.33%
B = 30.09%

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

#DAB1AA (or 0xDAB1AA) is known color: Oyster Pink. HEX triplet: DA, B1 and AA. RGB value is (218,177,170). Sum of RGB (Red+Green+Blue) = 218+177+170=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB1AA is #254E55. Grayscale: #BCBCBC. Windows color (decimal): -2444886 or 11186650. OLE color: 11186650.

HSL color Cylindrical-coordinate representation of color #DAB1AA: hue angle of 8.75º 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 #DAB1AA is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 170 -
CMYK 0 0.19 0.22 0.15
HSL 8.75º 0.39% 0.76% -
HSV(B) 8.75º 0.22% 0.85% -
XYZ 51.89 49.25 44.8 -
YUV 188.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 218 177 170 0 0.19 0.22 0.15 8.75 0.39 0.76
Hex DA B1 AA 0 13 16 F 9 27 4C
Octal 332 261 252 0 23 26 17 11 47 114
Binary 11011010 10110001 10101010 0 10011 10110 1111 1001 100111 1001100

Color Harmonies of #DAB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1AA

Black with #DAB1AA

Text Example


Text Example

White with #DAB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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