Html Css Color HEX #DAAAA7 Oyster Pink

📋 copy color: '#DAAAA7'

red 218 ◦ green 170 ◦ blue 167

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

Shades of Oyster Pink #DAAAA7

Tints of Oyster Pink #DAAAA7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.63%

 BLUE value IS 167 (65.63% from 255) = 30.09%

R = 39.28%
G = 30.63%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DAAAA7 (or 0xDAAAA7) is known color: Oyster Pink. HEX triplet: DA, AA and A7. RGB value is (218,170,167). Sum of RGB (Red+Green+Blue) = 218+170+167=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAA7 is #255558. Grayscale: #B8B8B8. Windows color (decimal): -2446681 or 10988250. OLE color: 10988250.

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

Color convert

RGB 218 170 167 -
CMYK 0 0.22 0.23 0.15
HSL 3.53º 0.41% 0.75% -
HSV(B) 3.53º 0.23% 0.85% -
XYZ 50.26 46.44 42.87 -
YUV 184.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 218 170 167 0 0.22 0.23 0.15 3.53 0.41 0.75
Hex DA AA A7 0 16 17 F 4 29 4B
Octal 332 252 247 0 26 27 17 4 51 113
Binary 11011010 10101010 10100111 0 10110 10111 1111 100 101001 1001011

Color Harmonies of #DAAAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAA7

Black with #DAAAA7

Text Example


Text Example

White with #DAAAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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