Html Css Color HEX #DCB6A5 Clam Shell

📋 copy color: '#DCB6A5'

red 220 ◦ green 182 ◦ blue 165

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

Shades of Clam Shell #DCB6A5

Tints of Clam Shell #DCB6A5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.1%

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

R = 38.8%
G = 32.1%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCB6A5 (or 0xDCB6A5) is known color: Clam Shell. HEX triplet: DC, B6 and A5. RGB value is (220,182,165). Sum of RGB (Red+Green+Blue) = 220+182+165=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6A5 is #23495A. Grayscale: #BFBFBF. Windows color (decimal): -2312539 or 10860252. OLE color: 10860252.

HSL color Cylindrical-coordinate representation of color #DCB6A5: hue angle of 18.55º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCB6A5 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 165 -
CMYK 0 0.17 0.25 0.14
HSL 18.55º 0.44% 0.75% -
HSV(B) 18.55º 0.25% 0.86% -
XYZ 53.03 51.39 42.72 -
YUV 191.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 220 182 165 0 0.17 0.25 0.14 18.55 0.44 0.75
Hex DC B6 A5 0 11 19 E 13 2C 4B
Octal 334 266 245 0 21 31 16 23 54 113
Binary 11011100 10110110 10100101 0 10001 11001 1110 10011 101100 1001011

Color Harmonies of #DCB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6A5

Black with #DCB6A5

Text Example


Text Example

White with #DCB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6A5; }

 p { color: rgb(220,182,165); }

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

background-color css

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

 a { background-color: rgb(220,182,165); }

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

border-color css

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

 span { border-color: rgb(220,182,165); }

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