Html Css Color HEX #D9B3A5 Clam Shell

📋 copy color: '#D9B3A5'

red 217 ◦ green 179 ◦ blue 165

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

Shades of Clam Shell #D9B3A5

Tints of Clam Shell #D9B3A5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.91%

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 38.68%
G = 31.91%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9B3A5 (or 0xD9B3A5) is known color: Clam Shell. HEX triplet: D9, B3 and A5. RGB value is (217,179,165). Sum of RGB (Red+Green+Blue) = 217+179+165=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B3A5 is #264C5A. Grayscale: #BCBCBC. Windows color (decimal): -2509915 or 10859481. OLE color: 10859481.

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

Color convert

RGB 217 179 165 -
CMYK 0 0.18 0.24 0.15
HSL 16.15º 0.41% 0.75% -
HSV(B) 16.15º 0.24% 0.85% -
XYZ 51.53 49.71 42.48 -
YUV 188.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 217 179 165 0 0.18 0.24 0.15 16.15 0.41 0.75
Hex D9 B3 A5 0 12 18 F 10 29 4B
Octal 331 263 245 0 22 30 17 20 51 113
Binary 11011001 10110011 10100101 0 10010 11000 1111 10000 101001 1001011

Color Harmonies of #D9B3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B3A5

Black with #D9B3A5

Text Example


Text Example

White with #D9B3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B3A5; }

 p { color: rgb(217,179,165); }

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

background-color css

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

 a { background-color: rgb(217,179,165); }

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

border-color css

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

 span { border-color: rgb(217,179,165); }

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