Html Css Color HEX #DAB29F Clam Shell

📋 copy color: '#DAB29F'

red 218 ◦ green 178 ◦ blue 159

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

Shades of Clam Shell #DAB29F

Tints of Clam Shell #DAB29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.07%

 BLUE value IS 159 (62.5% from 255) = 28.65%

R = 39.28%
G = 32.07%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAB29F (or 0xDAB29F) is known color: Clam Shell. HEX triplet: DA, B2 and 9F. RGB value is (218,178,159). Sum of RGB (Red+Green+Blue) = 218+178+159=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29F is #254D60. Grayscale: #BBBBBB. Windows color (decimal): -2444641 or 10466010. OLE color: 10466010.

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

Color convert

RGB 218 178 159 -
CMYK 0 0.18 0.27 0.15
HSL 19.32º 0.44% 0.74% -
HSV(B) 19.32º 0.27% 0.85% -
XYZ 51.09 49.25 39.61 -
YUV 187.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 218 178 159 0 0.18 0.27 0.15 19.32 0.44 0.74
Hex DA B2 9F 0 12 1B F 13 2C 4A
Octal 332 262 237 0 22 33 17 23 54 112
Binary 11011010 10110010 10011111 0 10010 11011 1111 10011 101100 1001010

Color Harmonies of #DAB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB29F

Black with #DAB29F

Text Example


Text Example

White with #DAB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB29F; }

 p { color: rgb(218,178,159); }

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

background-color css

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

 a { background-color: rgb(218,178,159); }

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

border-color css

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

 span { border-color: rgb(218,178,159); }

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