Html Css Color HEX #D8ACA1 Clam Shell

📋 copy color: '#D8ACA1'

red 216 ◦ green 172 ◦ blue 161

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

Shades of Clam Shell #D8ACA1

Tints of Clam Shell #D8ACA1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.33%

 BLUE value IS 161 (63.28% from 255) = 29.33%

R = 39.34%
G = 31.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D8ACA1 (or 0xD8ACA1) is known color: Clam Shell. HEX triplet: D8, AC and A1. RGB value is (216,172,161). Sum of RGB (Red+Green+Blue) = 216+172+161=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACA1 is #27535E. Grayscale: #B7B7B7. Windows color (decimal): -2577247 or 10595544. OLE color: 10595544.

HSL color Cylindrical-coordinate representation of color #D8ACA1: hue angle of 12º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8ACA1 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 161 -
CMYK 0 0.20 0.25 0.15
HSL 12º 0.41% 0.74% -
HSV(B) 12º 0.25% 0.85% -
XYZ 49.5 46.68 40.12 -
YUV 183.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 216 172 161 0 0.20 0.25 0.15 12 0.41 0.74
Hex D8 AC A1 0 14 19 F C 29 4A
Octal 330 254 241 0 24 31 17 14 51 112
Binary 11011000 10101100 10100001 0 10100 11001 1111 1100 101001 1001010

Color Harmonies of #D8ACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACA1

Black with #D8ACA1

Text Example


Text Example

White with #D8ACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACA1; }

 p { color: rgb(216,172,161); }

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

background-color css

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

 a { background-color: rgb(216,172,161); }

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

border-color css

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

 span { border-color: rgb(216,172,161); }

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