Html Css Color HEX #D4B0A2 Clam Shell

📋 copy color: '#D4B0A2'

red 212 ◦ green 176 ◦ blue 162

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

Shades of Clam Shell #D4B0A2

Tints of Clam Shell #D4B0A2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32%

 BLUE value IS 162 (63.67% from 255) = 29.45%

R = 38.55%
G = 32%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D4B0A2 (or 0xD4B0A2) is known color: Clam Shell. HEX triplet: D4, B0 and A2. RGB value is (212,176,162). Sum of RGB (Red+Green+Blue) = 212+176+162=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B0A2 is #2B4F5D. Grayscale: #B9B9B9. Windows color (decimal): -2838366 or 10662100. OLE color: 10662100.

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

Color convert

RGB 212 176 162 -
CMYK 0 0.17 0.24 0.17
HSL 16.8º 0.37% 0.73% -
HSV(B) 16.8º 0.24% 0.83% -
XYZ 49.2 47.66 40.79 -
YUV 185.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 212 176 162 0 0.17 0.24 0.17 16.8 0.37 0.73
Hex D4 B0 A2 0 11 18 11 11 25 49
Octal 324 260 242 0 21 30 21 21 45 111
Binary 11010100 10110000 10100010 0 10001 11000 10001 10001 100101 1001001

Color Harmonies of #D4B0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B0A2

Black with #D4B0A2

Text Example


Text Example

White with #D4B0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B0A2; }

 p { color: rgb(212,176,162); }

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

background-color css

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

 a { background-color: rgb(212,176,162); }

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

border-color css

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

 span { border-color: rgb(212,176,162); }

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