Html Css Color HEX #D8AFA7 Clam Shell

📋 copy color: '#D8AFA7'

red 216 ◦ green 175 ◦ blue 167

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

Shades of Clam Shell #D8AFA7

Tints of Clam Shell #D8AFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.93%

R = 38.71%
G = 31.36%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D8AFA7 (or 0xD8AFA7) is known color: Clam Shell. HEX triplet: D8, AF and A7. RGB value is (216,175,167). Sum of RGB (Red+Green+Blue) = 216+175+167=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA7 is #275058. Grayscale: #BABABA. Windows color (decimal): -2576473 or 10989528. OLE color: 10989528.

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

Color convert

RGB 216 175 167 -
CMYK 0 0.19 0.23 0.15
HSL 9.8º 0.39% 0.75% -
HSV(B) 9.8º 0.23% 0.85% -
XYZ 50.62 48.05 43.17 -
YUV 186.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 216 175 167 0 0.19 0.23 0.15 9.8 0.39 0.75
Hex D8 AF A7 0 13 17 F A 27 4B
Octal 330 257 247 0 23 27 17 12 47 113
Binary 11011000 10101111 10100111 0 10011 10111 1111 1010 100111 1001011

Color Harmonies of #D8AFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFA7

Black with #D8AFA7

Text Example


Text Example

White with #D8AFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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