Html Css Color HEX #D8AFA5 Clam Shell

📋 copy color: '#D8AFA5'

red 216 ◦ green 175 ◦ blue 165

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

Shades of Clam Shell #D8AFA5

Tints of Clam Shell #D8AFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.68%

R = 38.85%
G = 31.47%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D8AFA5 (or 0xD8AFA5) is known color: Clam Shell. HEX triplet: D8, AF and A5. RGB value is (216,175,165). Sum of RGB (Red+Green+Blue) = 216+175+165=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA5 is #27505A. Grayscale: #BABABA. Windows color (decimal): -2576475 or 10858456. OLE color: 10858456.

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

Color convert

RGB 216 175 165 -
CMYK 0 0.19 0.24 0.15
HSL 11.76º 0.4% 0.75% -
HSV(B) 11.76º 0.24% 0.85% -
XYZ 50.44 47.98 42.2 -
YUV 186.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 216 175 165 0 0.19 0.24 0.15 11.76 0.4 0.75
Hex D8 AF A5 0 13 18 F C 28 4B
Octal 330 257 245 0 23 30 17 14 50 113
Binary 11011000 10101111 10100101 0 10011 11000 1111 1100 101000 1001011

Color Harmonies of #D8AFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFA5

Black with #D8AFA5

Text Example


Text Example

White with #D8AFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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