Html Css Color HEX #D6AFA5 Clam Shell

📋 copy color: '#D6AFA5'

red 214 ◦ green 175 ◦ blue 165

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

Shades of Clam Shell #D6AFA5

Tints of Clam Shell #D6AFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.78%

R = 38.63%
G = 31.59%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D6AFA5 (or 0xD6AFA5) is known color: Clam Shell. HEX triplet: D6, AF and A5. RGB value is (214,175,165). Sum of RGB (Red+Green+Blue) = 214+175+165=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFA5 is #29505A. Grayscale: #B9B9B9. Windows color (decimal): -2707547 or 10858454. OLE color: 10858454.

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

Color convert

RGB 214 175 165 -
CMYK 0 0.18 0.23 0.16
HSL 12.24º 0.37% 0.74% -
HSV(B) 12.24º 0.23% 0.84% -
XYZ 49.85 47.67 42.17 -
YUV 185.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 214 175 165 0 0.18 0.23 0.16 12.24 0.37 0.74
Hex D6 AF A5 0 12 17 10 C 25 4A
Octal 326 257 245 0 22 27 20 14 45 112
Binary 11010110 10101111 10100101 0 10010 10111 10000 1100 100101 1001010

Color Harmonies of #D6AFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFA5

Black with #D6AFA5

Text Example


Text Example

White with #D6AFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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