Html Css Color HEX #D8AF9E Clam Shell

📋 copy color: '#D8AF9E'

red 216 ◦ green 175 ◦ blue 158

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

Shades of Clam Shell #D8AF9E

Tints of Clam Shell #D8AF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.88%

 BLUE value IS 158 (62.11% from 255) = 28.78%

R = 39.34%
G = 31.88%
B = 28.78%

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

#D8AF9E (or 0xD8AF9E) is known color: Clam Shell. HEX triplet: D8, AF and 9E. RGB value is (216,175,158). Sum of RGB (Red+Green+Blue) = 216+175+158=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF9E is #275061. Grayscale: #B9B9B9. Windows color (decimal): -2576482 or 10399704. OLE color: 10399704.

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

Color convert

RGB 216 175 158 -
CMYK 0 0.19 0.27 0.15
HSL 17.59º 0.43% 0.73% -
HSV(B) 17.59º 0.27% 0.85% -
XYZ 49.82 47.73 38.93 -
YUV 185.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 216 175 158 0 0.19 0.27 0.15 17.59 0.43 0.73
Hex D8 AF 9E 0 13 1B F 12 2B 49
Octal 330 257 236 0 23 33 17 22 53 111
Binary 11011000 10101111 10011110 0 10011 11011 1111 10010 101011 1001001

Color Harmonies of #D8AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF9E

Black with #D8AF9E

Text Example


Text Example

White with #D8AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF9E; }

 p { color: rgb(216,175,158); }

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

background-color css

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

 a { background-color: rgb(216,175,158); }

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

border-color css

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

 span { border-color: rgb(216,175,158); }

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