Html Css Color HEX #DAB5AB Clam Shell

📋 copy color: '#DAB5AB'

red 218 ◦ green 181 ◦ blue 171

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

Shades of Clam Shell #DAB5AB

Tints of Clam Shell #DAB5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30%

R = 38.25%
G = 31.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAB5AB (or 0xDAB5AB) is known color: Clam Shell. HEX triplet: DA, B5 and AB. RGB value is (218,181,171). Sum of RGB (Red+Green+Blue) = 218+181+171=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5AB is #254A54. Grayscale: #BFBFBF. Windows color (decimal): -2443861 or 11253210. OLE color: 11253210.

HSL color Cylindrical-coordinate representation of color #DAB5AB: hue angle of 12.77º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB5AB is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 171 -
CMYK 0 0.17 0.22 0.15
HSL 12.77º 0.39% 0.76% -
HSV(B) 12.77º 0.22% 0.85% -
XYZ 52.79 50.89 45.57 -
YUV 190.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 218 181 171 0 0.17 0.22 0.15 12.77 0.39 0.76
Hex DA B5 AB 0 11 16 F D 27 4C
Octal 332 265 253 0 21 26 17 15 47 114
Binary 11011010 10110101 10101011 0 10001 10110 1111 1101 100111 1001100

Color Harmonies of #DAB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5AB

Black with #DAB5AB

Text Example


Text Example

White with #DAB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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