Html Css Color HEX #DCB19D Clam Shell

📋 copy color: '#DCB19D'

red 220 ◦ green 177 ◦ blue 157

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

Shades of Clam Shell #DCB19D

Tints of Clam Shell #DCB19D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 157 (61.72% from 255) = 28.34%

R = 39.71%
G = 31.95%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCB19D (or 0xDCB19D) is known color: Clam Shell. HEX triplet: DC, B1 and 9D. RGB value is (220,177,157). Sum of RGB (Red+Green+Blue) = 220+177+157=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB19D is #234E62. Grayscale: #BBBBBB. Windows color (decimal): -2313827 or 10334684. OLE color: 10334684.

HSL color Cylindrical-coordinate representation of color #DCB19D: hue angle of 19.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB19D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 157 -
CMYK 0 0.20 0.29 0.14
HSL 19.05º 0.47% 0.74% -
HSV(B) 19.05º 0.29% 0.86% -
XYZ 51.32 49.09 38.67 -
YUV 187.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 220 177 157 0 0.20 0.29 0.14 19.05 0.47 0.74
Hex DC B1 9D 0 14 1D E 13 2F 4A
Octal 334 261 235 0 24 35 16 23 57 112
Binary 11011100 10110001 10011101 0 10100 11101 1110 10011 101111 1001010

Color Harmonies of #DCB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB19D

Black with #DCB19D

Text Example


Text Example

White with #DCB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB19D; }

 p { color: rgb(220,177,157); }

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

background-color css

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

 a { background-color: rgb(220,177,157); }

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

border-color css

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

 span { border-color: rgb(220,177,157); }

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