Html Css Color HEX #DAB4AF Oyster Pink

📋 copy color: '#DAB4AF'

red 218 ◦ green 180 ◦ blue 175

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

Shades of Oyster Pink #DAB4AF

Tints of Oyster Pink #DAB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.41%

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

R = 38.05%
G = 31.41%
B = 30.54%

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

#DAB4AF (or 0xDAB4AF) is known color: Oyster Pink. HEX triplet: DA, B4 and AF. RGB value is (218,180,175). Sum of RGB (Red+Green+Blue) = 218+180+175=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4AF is #254B50. Grayscale: #BEBEBE. Windows color (decimal): -2444113 or 11515098. OLE color: 11515098.

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

Color convert

RGB 218 180 175 -
CMYK 0 0.17 0.20 0.15
HSL 6.98º 0.37% 0.77% -
HSV(B) 6.98º 0.2% 0.85% -
XYZ 52.97 50.64 47.54 -
YUV 190.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 218 180 175 0 0.17 0.20 0.15 6.98 0.37 0.77
Hex DA B4 AF 0 11 14 F 7 25 4D
Octal 332 264 257 0 21 24 17 7 45 115
Binary 11011010 10110100 10101111 0 10001 10100 1111 111 100101 1001101

Color Harmonies of #DAB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4AF

Black with #DAB4AF

Text Example


Text Example

White with #DAB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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