Html Css Color HEX #D6B19F Clam Shell

📋 copy color: '#D6B19F'

red 214 ◦ green 177 ◦ blue 159

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

Shades of Clam Shell #D6B19F

Tints of Clam Shell #D6B19F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.18%

 BLUE value IS 159 (62.5% from 255) = 28.91%

R = 38.91%
G = 32.18%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6B19F (or 0xD6B19F) is known color: Clam Shell. HEX triplet: D6, B1 and 9F. RGB value is (214,177,159). Sum of RGB (Red+Green+Blue) = 214+177+159=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B19F is #294E60. Grayscale: #BABABA. Windows color (decimal): -2707041 or 10465750. OLE color: 10465750.

HSL color Cylindrical-coordinate representation of color #D6B19F: hue angle of 19.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6B19F is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 159 -
CMYK 0 0.17 0.26 0.16
HSL 19.64º 0.4% 0.73% -
HSV(B) 19.64º 0.26% 0.84% -
XYZ 49.71 48.24 39.49 -
YUV 186.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 214 177 159 0 0.17 0.26 0.16 19.64 0.4 0.73
Hex D6 B1 9F 0 11 1A 10 14 28 49
Octal 326 261 237 0 21 32 20 24 50 111
Binary 11010110 10110001 10011111 0 10001 11010 10000 10100 101000 1001001

Color Harmonies of #D6B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B19F

Black with #D6B19F

Text Example


Text Example

White with #D6B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B19F; }

 p { color: rgb(214,177,159); }

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

background-color css

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

 a { background-color: rgb(214,177,159); }

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

border-color css

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

 span { border-color: rgb(214,177,159); }

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