Html Css Color HEX #DCB5AA Clam Shell

📋 copy color: '#DCB5AA'

red 220 ◦ green 181 ◦ blue 170

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

Shades of Clam Shell #DCB5AA

Tints of Clam Shell #DCB5AA

RGB

 RED value IS 220 (86.33% from 255) = 38.53%

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

 BLUE value IS 170 (66.8% from 255) = 29.77%

R = 38.53%
G = 31.7%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCB5AA (or 0xDCB5AA) is known color: Clam Shell. HEX triplet: DC, B5 and AA. RGB value is (220,181,170). Sum of RGB (Red+Green+Blue) = 220+181+170=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5AA is #234A55. Grayscale: #BFBFBF. Windows color (decimal): -2312790 or 11187676. OLE color: 11187676.

HSL color Cylindrical-coordinate representation of color #DCB5AA: hue angle of 13.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB5AA is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 170 -
CMYK 0 0.18 0.23 0.14
HSL 13.2º 0.42% 0.76% -
HSV(B) 13.2º 0.23% 0.86% -
XYZ 53.29 51.17 45.1 -
YUV 191.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 220 181 170 0 0.18 0.23 0.14 13.2 0.42 0.76
Hex DC B5 AA 0 12 17 E D 2A 4C
Octal 334 265 252 0 22 27 16 15 52 114
Binary 11011100 10110101 10101010 0 10010 10111 1110 1101 101010 1001100

Color Harmonies of #DCB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5AA

Black with #DCB5AA

Text Example


Text Example

White with #DCB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5AA; }

 p { color: rgb(220,181,170); }

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

background-color css

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

 a { background-color: rgb(220,181,170); }

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

border-color css

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

 span { border-color: rgb(220,181,170); }

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