Html Css Color HEX #D9AE9C Clam Shell

📋 copy color: '#D9AE9C'

red 217 ◦ green 174 ◦ blue 156

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

Shades of Clam Shell #D9AE9C

Tints of Clam Shell #D9AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

 BLUE value IS 156 (61.33% from 255) = 28.52%

R = 39.67%
G = 31.81%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9AE9C (or 0xD9AE9C) is known color: Clam Shell. HEX triplet: D9, AE and 9C. RGB value is (217,174,156). Sum of RGB (Red+Green+Blue) = 217+174+156=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE9C is #265163. Grayscale: #B8B8B8. Windows color (decimal): -2511204 or 10268377. OLE color: 10268377.

HSL color Cylindrical-coordinate representation of color #D9AE9C: hue angle of 17.7º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9AE9C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 156 -
CMYK 0 0.20 0.28 0.15
HSL 17.7º 0.45% 0.73% -
HSV(B) 17.7º 0.28% 0.85% -
XYZ 49.75 47.42 37.98 -
YUV 184.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 217 174 156 0 0.20 0.28 0.15 17.7 0.45 0.73
Hex D9 AE 9C 0 14 1C F 12 2D 49
Octal 331 256 234 0 24 34 17 22 55 111
Binary 11011001 10101110 10011100 0 10100 11100 1111 10010 101101 1001001

Color Harmonies of #D9AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE9C

Black with #D9AE9C

Text Example


Text Example

White with #D9AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE9C; }

 p { color: rgb(217,174,156); }

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

background-color css

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

 a { background-color: rgb(217,174,156); }

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

border-color css

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

 span { border-color: rgb(217,174,156); }

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