Html Css Color HEX #D9B19E Clam Shell

📋 copy color: '#D9B19E'

red 217 ◦ green 177 ◦ blue 158

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

Shades of Clam Shell #D9B19E

Tints of Clam Shell #D9B19E

RGB

 RED value IS 217 (85.16% from 255) = 39.31%

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

 BLUE value IS 158 (62.11% from 255) = 28.62%

R = 39.31%
G = 32.07%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9B19E (or 0xD9B19E) is known color: Clam Shell. HEX triplet: D9, B1 and 9E. RGB value is (217,177,158). Sum of RGB (Red+Green+Blue) = 217+177+158=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B19E is #264E61. Grayscale: #BABABA. Windows color (decimal): -2510434 or 10400217. OLE color: 10400217.

HSL color Cylindrical-coordinate representation of color #D9B19E: hue angle of 19.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B19E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 177 158 -
CMYK 0 0.18 0.27 0.15
HSL 19.32º 0.44% 0.74% -
HSV(B) 19.32º 0.27% 0.85% -
XYZ 50.51 48.66 39.08 -
YUV 186.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 217 177 158 0 0.18 0.27 0.15 19.32 0.44 0.74
Hex D9 B1 9E 0 12 1B F 13 2C 4A
Octal 331 261 236 0 22 33 17 23 54 112
Binary 11011001 10110001 10011110 0 10010 11011 1111 10011 101100 1001010

Color Harmonies of #D9B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B19E

Black with #D9B19E

Text Example


Text Example

White with #D9B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B19E; }

 p { color: rgb(217,177,158); }

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

background-color css

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

 a { background-color: rgb(217,177,158); }

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

border-color css

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

 span { border-color: rgb(217,177,158); }

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