Html Css Color HEX #DCB2A3 Clam Shell

📋 copy color: '#DCB2A3'

red 220 ◦ green 178 ◦ blue 163

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

Shades of Clam Shell #DCB2A3

Tints of Clam Shell #DCB2A3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.73%

 BLUE value IS 163 (64.06% from 255) = 29.06%

R = 39.22%
G = 31.73%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCB2A3 (or 0xDCB2A3) is known color: Clam Shell. HEX triplet: DC, B2 and A3. RGB value is (220,178,163). Sum of RGB (Red+Green+Blue) = 220+178+163=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2A3 is #234D5C. Grayscale: #BCBCBC. Windows color (decimal): -2313565 or 10728156. OLE color: 10728156.

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

Color convert

RGB 220 178 163 -
CMYK 0 0.19 0.26 0.14
HSL 15.79º 0.45% 0.75% -
HSV(B) 15.79º 0.26% 0.86% -
XYZ 52.05 49.7 41.5 -
YUV 188.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 220 178 163 0 0.19 0.26 0.14 15.79 0.45 0.75
Hex DC B2 A3 0 13 1A E 10 2D 4B
Octal 334 262 243 0 23 32 16 20 55 113
Binary 11011100 10110010 10100011 0 10011 11010 1110 10000 101101 1001011

Color Harmonies of #DCB2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2A3

Black with #DCB2A3

Text Example


Text Example

White with #DCB2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2A3; }

 p { color: rgb(220,178,163); }

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

background-color css

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

 a { background-color: rgb(220,178,163); }

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

border-color css

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

 span { border-color: rgb(220,178,163); }

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