Html Css Color HEX #D9B5AB Clam Shell

📋 copy color: '#D9B5AB'

red 217 ◦ green 181 ◦ blue 171

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

Shades of Clam Shell #D9B5AB

Tints of Clam Shell #D9B5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.81%

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

R = 38.14%
G = 31.81%
B = 30.05%

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

#D9B5AB (or 0xD9B5AB) is known color: Clam Shell. HEX triplet: D9, B5 and AB. RGB value is (217,181,171). Sum of RGB (Red+Green+Blue) = 217+181+171=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B5AB is #264A54. Grayscale: #BEBEBE. Windows color (decimal): -2509397 or 11253209. OLE color: 11253209.

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

Color convert

RGB 217 181 171 -
CMYK 0 0.17 0.21 0.15
HSL 13.04º 0.38% 0.76% -
HSV(B) 13.04º 0.21% 0.85% -
XYZ 52.49 50.74 45.56 -
YUV 190.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 217 181 171 0 0.17 0.21 0.15 13.04 0.38 0.76
Hex D9 B5 AB 0 11 15 F D 26 4C
Octal 331 265 253 0 21 25 17 15 46 114
Binary 11011001 10110101 10101011 0 10001 10101 1111 1101 100110 1001100

Color Harmonies of #D9B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B5AB

Black with #D9B5AB

Text Example


Text Example

White with #D9B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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