Html Css Color HEX #D8AFA4 Clam Shell

📋 copy color: '#D8AFA4'

red 216 ◦ green 175 ◦ blue 164

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

Shades of Clam Shell #D8AFA4

Tints of Clam Shell #D8AFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.55%

R = 38.92%
G = 31.53%
B = 29.55%

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

#D8AFA4 (or 0xD8AFA4) is known color: Clam Shell. HEX triplet: D8, AF and A4. RGB value is (216,175,164). Sum of RGB (Red+Green+Blue) = 216+175+164=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFA4 is #27505B. Grayscale: #BABABA. Windows color (decimal): -2576476 or 10792920. OLE color: 10792920.

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

Color convert

RGB 216 175 164 -
CMYK 0 0.19 0.24 0.15
HSL 12.69º 0.4% 0.75% -
HSV(B) 12.69º 0.24% 0.85% -
XYZ 50.35 47.94 41.72 -
YUV 186.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 216 175 164 0 0.19 0.24 0.15 12.69 0.4 0.75
Hex D8 AF A4 0 13 18 F D 28 4B
Octal 330 257 244 0 23 30 17 15 50 113
Binary 11011000 10101111 10100100 0 10011 11000 1111 1101 101000 1001011

Color Harmonies of #D8AFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFA4

Black with #D8AFA4

Text Example


Text Example

White with #D8AFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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