Html Css Color HEX #D6AFA2 Clam Shell

📋 copy color: '#D6AFA2'

red 214 ◦ green 175 ◦ blue 162

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

Shades of Clam Shell #D6AFA2

Tints of Clam Shell #D6AFA2

RGB

 RED value IS 214 (83.98% from 255) = 38.84%

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

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

R = 38.84%
G = 31.76%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D6AFA2 (or 0xD6AFA2) is known color: Clam Shell. HEX triplet: D6, AF and A2. RGB value is (214,175,162). Sum of RGB (Red+Green+Blue) = 214+175+162=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFA2 is #29505D. Grayscale: #B9B9B9. Windows color (decimal): -2707550 or 10661846. OLE color: 10661846.

HSL color Cylindrical-coordinate representation of color #D6AFA2: hue angle of 15º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6AFA2 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 162 -
CMYK 0 0.18 0.24 0.16
HSL 15º 0.39% 0.74% -
HSV(B) 15º 0.24% 0.84% -
XYZ 49.58 47.56 40.75 -
YUV 185.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 214 175 162 0 0.18 0.24 0.16 15 0.39 0.74
Hex D6 AF A2 0 12 18 10 F 27 4A
Octal 326 257 242 0 22 30 20 17 47 112
Binary 11010110 10101111 10100010 0 10010 11000 10000 1111 100111 1001010

Color Harmonies of #D6AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFA2

Black with #D6AFA2

Text Example


Text Example

White with #D6AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFA2; }

 p { color: rgb(214,175,162); }

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

background-color css

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

 a { background-color: rgb(214,175,162); }

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

border-color css

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

 span { border-color: rgb(214,175,162); }

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