Html Css Color HEX #DAB6AF Oyster Pink

📋 copy color: '#DAB6AF'

red 218 ◦ green 182 ◦ blue 175

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

Shades of Oyster Pink #DAB6AF

Tints of Oyster Pink #DAB6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.65%

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

R = 37.91%
G = 31.65%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DAB6AF (or 0xDAB6AF) is known color: Oyster Pink. HEX triplet: DA, B6 and AF. RGB value is (218,182,175). Sum of RGB (Red+Green+Blue) = 218+182+175=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB6AF is #254950. Grayscale: #C0C0C0. Windows color (decimal): -2443601 or 11515610. OLE color: 11515610.

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

Color convert

RGB 218 182 175 -
CMYK 0 0.17 0.20 0.15
HSL 9.77º 0.37% 0.77% -
HSV(B) 9.77º 0.2% 0.85% -
XYZ 53.38 51.46 47.68 -
YUV 191.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 218 182 175 0 0.17 0.20 0.15 9.77 0.37 0.77
Hex DA B6 AF 0 11 14 F A 25 4D
Octal 332 266 257 0 21 24 17 12 45 115
Binary 11011010 10110110 10101111 0 10001 10100 1111 1010 100101 1001101

Color Harmonies of #DAB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB6AF

Black with #DAB6AF

Text Example


Text Example

White with #DAB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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