Html Css Color HEX #DAB7A7 Clam Shell

📋 copy color: '#DAB7A7'

red 218 ◦ green 183 ◦ blue 167

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

Shades of Clam Shell #DAB7A7

Tints of Clam Shell #DAB7A7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.22%

 BLUE value IS 167 (65.63% from 255) = 29.4%

R = 38.38%
G = 32.22%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DAB7A7 (or 0xDAB7A7) is known color: Clam Shell. HEX triplet: DA, B7 and A7. RGB value is (218,183,167). Sum of RGB (Red+Green+Blue) = 218+183+167=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7A7 is #254858. Grayscale: #BFBFBF. Windows color (decimal): -2443353 or 10991578. OLE color: 10991578.

HSL color Cylindrical-coordinate representation of color #DAB7A7: hue angle of 18.82º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB7A7 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 167 -
CMYK 0 0.16 0.23 0.15
HSL 18.82º 0.41% 0.75% -
HSV(B) 18.82º 0.23% 0.85% -
XYZ 52.82 51.56 43.73 -
YUV 191.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 218 183 167 0 0.16 0.23 0.15 18.82 0.41 0.75
Hex DA B7 A7 0 10 17 F 13 29 4B
Octal 332 267 247 0 20 27 17 23 51 113
Binary 11011010 10110111 10100111 0 10000 10111 1111 10011 101001 1001011

Color Harmonies of #DAB7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB7A7

Black with #DAB7A7

Text Example


Text Example

White with #DAB7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB7A7; }

 p { color: rgb(218,183,167); }

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

background-color css

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

 a { background-color: rgb(218,183,167); }

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

border-color css

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

 span { border-color: rgb(218,183,167); }

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