Html Css Color HEX #D9B4AB Clam Shell

📋 copy color: '#D9B4AB'

red 217 ◦ green 180 ◦ blue 171

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

Shades of Clam Shell #D9B4AB

Tints of Clam Shell #D9B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.69%

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

R = 38.2%
G = 31.69%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9B4AB (or 0xD9B4AB) is known color: Clam Shell. HEX triplet: D9, B4 and AB. RGB value is (217,180,171). Sum of RGB (Red+Green+Blue) = 217+180+171=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B4AB is #264B54. Grayscale: #BEBEBE. Windows color (decimal): -2509653 or 11252953. OLE color: 11252953.

HSL color Cylindrical-coordinate representation of color #D9B4AB: hue angle of 11.74º 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 #D9B4AB is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 171 -
CMYK 0 0.17 0.21 0.15
HSL 11.74º 0.38% 0.76% -
HSV(B) 11.74º 0.21% 0.85% -
XYZ 52.29 50.33 45.49 -
YUV 190.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 217 180 171 0 0.17 0.21 0.15 11.74 0.38 0.76
Hex D9 B4 AB 0 11 15 F C 26 4C
Octal 331 264 253 0 21 25 17 14 46 114
Binary 11011001 10110100 10101011 0 10001 10101 1111 1100 100110 1001100

Color Harmonies of #D9B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B4AB

Black with #D9B4AB

Text Example


Text Example

White with #D9B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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