Html Css Color HEX #D4ACA1 Clam Shell

📋 copy color: '#D4ACA1'

red 212 ◦ green 172 ◦ blue 161

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

Shades of Clam Shell #D4ACA1

Tints of Clam Shell #D4ACA1

RGB

 RED value IS 212 (83.2% from 255) = 38.9%

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

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

R = 38.9%
G = 31.56%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D4ACA1 (or 0xD4ACA1) is known color: Clam Shell. HEX triplet: D4, AC and A1. RGB value is (212,172,161). Sum of RGB (Red+Green+Blue) = 212+172+161=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACA1 is #2B535E. Grayscale: #B6B6B6. Windows color (decimal): -2839391 or 10595540. OLE color: 10595540.

HSL color Cylindrical-coordinate representation of color #D4ACA1: hue angle of 12.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4ACA1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 161 -
CMYK 0 0.19 0.24 0.17
HSL 12.94º 0.37% 0.73% -
HSV(B) 12.94º 0.24% 0.83% -
XYZ 48.34 46.08 40.06 -
YUV 182.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 212 172 161 0 0.19 0.24 0.17 12.94 0.37 0.73
Hex D4 AC A1 0 13 18 11 D 25 49
Octal 324 254 241 0 23 30 21 15 45 111
Binary 11010100 10101100 10100001 0 10011 11000 10001 1101 100101 1001001

Color Harmonies of #D4ACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACA1

Black with #D4ACA1

Text Example


Text Example

White with #D4ACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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