Html Css Color HEX #D7B19F Clam Shell

📋 copy color: '#D7B19F'

red 215 ◦ green 177 ◦ blue 159

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

Shades of Clam Shell #D7B19F

Tints of Clam Shell #D7B19F

RGB

 RED value IS 215 (84.38% from 255) = 39.02%

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

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

R = 39.02%
G = 32.12%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7B19F (or 0xD7B19F) is known color: Clam Shell. HEX triplet: D7, B1 and 9F. RGB value is (215,177,159). Sum of RGB (Red+Green+Blue) = 215+177+159=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B19F is #284E60. Grayscale: #BABABA. Windows color (decimal): -2641505 or 10465751. OLE color: 10465751.

HSL color Cylindrical-coordinate representation of color #D7B19F: hue angle of 19.29º degrees, saturation: 0.41, 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 #D7B19F is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 177 159 -
CMYK 0 0.18 0.26 0.16
HSL 19.29º 0.41% 0.73% -
HSV(B) 19.29º 0.26% 0.84% -
XYZ 50 48.39 39.51 -
YUV 186.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 215 177 159 0 0.18 0.26 0.16 19.29 0.41 0.73
Hex D7 B1 9F 0 12 1A 10 13 29 49
Octal 327 261 237 0 22 32 20 23 51 111
Binary 11010111 10110001 10011111 0 10010 11010 10000 10011 101001 1001001

Color Harmonies of #D7B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B19F

Black with #D7B19F

Text Example


Text Example

White with #D7B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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