Html Css Color HEX #D8AE9D Clam Shell

📋 copy color: '#D8AE9D'

red 216 ◦ green 174 ◦ blue 157

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

Shades of Clam Shell #D8AE9D

Tints of Clam Shell #D8AE9D

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

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

 BLUE value IS 157 (61.72% from 255) = 28.7%

R = 39.49%
G = 31.81%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8AE9D (or 0xD8AE9D) is known color: Clam Shell. HEX triplet: D8, AE and 9D. RGB value is (216,174,157). Sum of RGB (Red+Green+Blue) = 216+174+157=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE9D is #275162. Grayscale: #B8B8B8. Windows color (decimal): -2576739 or 10333912. OLE color: 10333912.

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

Color convert

RGB 216 174 157 -
CMYK 0 0.19 0.27 0.15
HSL 17.29º 0.43% 0.73% -
HSV(B) 17.29º 0.27% 0.85% -
XYZ 49.54 47.31 38.42 -
YUV 184.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 216 174 157 0 0.19 0.27 0.15 17.29 0.43 0.73
Hex D8 AE 9D 0 13 1B F 11 2B 49
Octal 330 256 235 0 23 33 17 21 53 111
Binary 11011000 10101110 10011101 0 10011 11011 1111 10001 101011 1001001

Color Harmonies of #D8AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE9D

Black with #D8AE9D

Text Example


Text Example

White with #D8AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE9D; }

 p { color: rgb(216,174,157); }

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

background-color css

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

 a { background-color: rgb(216,174,157); }

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

border-color css

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

 span { border-color: rgb(216,174,157); }

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