Html Css Color HEX #D9ABA4 Clam Shell

📋 copy color: '#D9ABA4'

red 217 ◦ green 171 ◦ blue 164

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

Shades of Clam Shell #D9ABA4

Tints of Clam Shell #D9ABA4

RGB

 RED value IS 217 (85.16% from 255) = 39.31%

 GREEN value IS 171 (67.19% from 255) = 30.98%

 BLUE value IS 164 (64.45% from 255) = 29.71%

R = 39.31%
G = 30.98%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9ABA4 (or 0xD9ABA4) is known color: Clam Shell. HEX triplet: D9, AB and A4. RGB value is (217,171,164). Sum of RGB (Red+Green+Blue) = 217+171+164=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABA4 is #26545B. Grayscale: #B8B8B8. Windows color (decimal): -2511964 or 10791897. OLE color: 10791897.

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

Color convert

RGB 217 171 164 -
CMYK 0 0.21 0.24 0.15
HSL 7.92º 0.41% 0.75% -
HSV(B) 7.92º 0.24% 0.85% -
XYZ 49.88 46.56 41.48 -
YUV 183.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 217 171 164 0 0.21 0.24 0.15 7.92 0.41 0.75
Hex D9 AB A4 0 15 18 F 8 29 4B
Octal 331 253 244 0 25 30 17 10 51 113
Binary 11011001 10101011 10100100 0 10101 11000 1111 1000 101001 1001011

Color Harmonies of #D9ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABA4

Black with #D9ABA4

Text Example


Text Example

White with #D9ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABA4; }

 p { color: rgb(217,171,164); }

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

background-color css

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

 a { background-color: rgb(217,171,164); }

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

border-color css

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

 span { border-color: rgb(217,171,164); }

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