Html Css Color HEX #DAB4A0 Clam Shell

📋 copy color: '#DAB4A0'

red 218 ◦ green 180 ◦ blue 160

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

Shades of Clam Shell #DAB4A0

Tints of Clam Shell #DAB4A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.67%

R = 39.07%
G = 32.26%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAB4A0 (or 0xDAB4A0) is known color: Clam Shell. HEX triplet: DA, B4 and A0. RGB value is (218,180,160). Sum of RGB (Red+Green+Blue) = 218+180+160=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4A0 is #254B5F. Grayscale: #BDBDBD. Windows color (decimal): -2444128 or 10532058. OLE color: 10532058.

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

Color convert

RGB 218 180 160 -
CMYK 0 0.17 0.27 0.15
HSL 20.69º 0.44% 0.74% -
HSV(B) 20.69º 0.27% 0.85% -
XYZ 51.58 50.09 40.21 -
YUV 189.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 218 180 160 0 0.17 0.27 0.15 20.69 0.44 0.74
Hex DA B4 A0 0 11 1B F 15 2C 4A
Octal 332 264 240 0 21 33 17 25 54 112
Binary 11011010 10110100 10100000 0 10001 11011 1111 10101 101100 1001010

Color Harmonies of #DAB4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4A0

Black with #DAB4A0

Text Example


Text Example

White with #DAB4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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