#DAB0AF

Color #DAB0AF Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #DAB0AF

Tints of Oyster Pink #DAB0AF

Color information

#DAB0AF (or 0xDAB0AF) is unknown color: approx 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

RGB218176175-
CMYK00.190.200.15
HSL1.4º36.75%77.06%-
HSV(B)1.4º19.72%85.49%-
XYZ52.1849.0547.28-
YUV188.44120.41149.08-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817617500.190.200.151.436.7577.06
HexDAB0AF01314F1254d
Octal3322602570232417145115
Binary11011010101100001010111101001110100111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>