Html Css Color HEX #DAB5AF Oyster Pink

📋 copy color: '#DAB5AF'

red 218 ◦ green 181 ◦ blue 175

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

Shades of Oyster Pink #DAB5AF

Tints of Oyster Pink #DAB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.53%

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

R = 37.98%
G = 31.53%
B = 30.49%

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

#DAB5AF (or 0xDAB5AF) is known color: Oyster Pink. HEX triplet: DA, B5 and AF. RGB value is (218,181,175). Sum of RGB (Red+Green+Blue) = 218+181+175=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5AF is #254A50. Grayscale: #BFBFBF. Windows color (decimal): -2443857 or 11515354. OLE color: 11515354.

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

Color convert

RGB 218 181 175 -
CMYK 0 0.17 0.20 0.15
HSL 8.37º 0.37% 0.77% -
HSV(B) 8.37º 0.2% 0.85% -
XYZ 53.18 51.05 47.61 -
YUV 191.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 218 181 175 0 0.17 0.20 0.15 8.37 0.37 0.77
Hex DA B5 AF 0 11 14 F 8 25 4D
Octal 332 265 257 0 21 24 17 10 45 115
Binary 11011010 10110101 10101111 0 10001 10100 1111 1000 100101 1001101

Color Harmonies of #DAB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5AF

Black with #DAB5AF

Text Example


Text Example

White with #DAB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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