Html Css Color HEX #D8AF9D Clam Shell

📋 copy color: '#D8AF9D'

red 216 ◦ green 175 ◦ blue 157

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

Shades of Clam Shell #D8AF9D

Tints of Clam Shell #D8AF9D

RGB

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

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

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

R = 39.42%
G = 31.93%
B = 28.65%

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

#D8AF9D (or 0xD8AF9D) is known color: Clam Shell. HEX triplet: D8, AF and 9D. RGB value is (216,175,157). Sum of RGB (Red+Green+Blue) = 216+175+157=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF9D is #275062. Grayscale: #B9B9B9. Windows color (decimal): -2576483 or 10334168. OLE color: 10334168.

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

Color convert

RGB 216 175 157 -
CMYK 0 0.19 0.27 0.15
HSL 18.31º 0.43% 0.73% -
HSV(B) 18.31º 0.27% 0.85% -
XYZ 49.73 47.69 38.48 -
YUV 185.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 216 175 157 0 0.19 0.27 0.15 18.31 0.43 0.73
Hex D8 AF 9D 0 13 1B F 12 2B 49
Octal 330 257 235 0 23 33 17 22 53 111
Binary 11011000 10101111 10011101 0 10011 11011 1111 10010 101011 1001001

Color Harmonies of #D8AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF9D

Black with #D8AF9D

Text Example


Text Example

White with #D8AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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