Html Css Color HEX #D9B7AB Clam Shell

📋 copy color: '#D9B7AB'

red 217 ◦ green 183 ◦ blue 171

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

Shades of Clam Shell #D9B7AB

Tints of Clam Shell #D9B7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.05%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 38%
G = 32.05%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9B7AB (or 0xD9B7AB) is known color: Clam Shell. HEX triplet: D9, B7 and AB. RGB value is (217,183,171). Sum of RGB (Red+Green+Blue) = 217+183+171=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B7AB is #264854. Grayscale: #BFBFBF. Windows color (decimal): -2508885 or 11253721. OLE color: 11253721.

HSL color Cylindrical-coordinate representation of color #D9B7AB: hue angle of 15.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B7AB is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 183 171 -
CMYK 0 0.16 0.21 0.15
HSL 15.65º 0.38% 0.76% -
HSV(B) 15.65º 0.21% 0.85% -
XYZ 52.9 51.56 45.69 -
YUV 191.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 217 183 171 0 0.16 0.21 0.15 15.65 0.38 0.76
Hex D9 B7 AB 0 10 15 F 10 26 4C
Octal 331 267 253 0 20 25 17 20 46 114
Binary 11011001 10110111 10101011 0 10000 10101 1111 10000 100110 1001100

Color Harmonies of #D9B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B7AB

Black with #D9B7AB

Text Example


Text Example

White with #D9B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B7AB; }

 p { color: rgb(217,183,171); }

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

background-color css

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

 a { background-color: rgb(217,183,171); }

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

border-color css

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

 span { border-color: rgb(217,183,171); }

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