Html Css Color HEX #DAB0AF Oyster Pink

📋 copy color: '#DAB0AF'

red 218 ◦ green 176 ◦ blue 175

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

Shades of Oyster Pink #DAB0AF

Tints of Oyster Pink #DAB0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.76%

R = 38.31%
G = 30.93%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DAB0AF (or 0xDAB0AF) is known color: Oyster Pink. HEX triplet: DA, B0 and AF. RGB value is (218,176,175). Sum of RGB (Red+Green+Blue) = 218+176+175=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB0AF is #254F50. Grayscale: #BCBCBC. Windows color (decimal): -2445137 or 11514074. OLE color: 11514074.

HSL color Cylindrical-coordinate representation of color #DAB0AF: hue angle of 1.4º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB0AF is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 175 -
CMYK 0 0.19 0.20 0.15
HSL 1.4º 0.37% 0.77% -
HSV(B) 1.4º 0.2% 0.85% -
XYZ 52.18 49.05 47.28 -
YUV 188.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 218 176 175 0 0.19 0.20 0.15 1.4 0.37 0.77
Hex DA B0 AF 0 13 14 F 1 25 4D
Octal 332 260 257 0 23 24 17 1 45 115
Binary 11011010 10110000 10101111 0 10011 10100 1111 1 100101 1001101

Color Harmonies of #DAB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0AF

Black with #DAB0AF

Text Example


Text Example

White with #DAB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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