#DCB6AC

Color #DCB6AC Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DCB6AC

Tints of Cavern Pink #DCB6AC

Color information

#DCB6AC (or 0xDCB6AC) is unknown color: approx Cavern Pink. HEX triplet: DC, B6 and AC. RGB value is (220,182,172). Sum of RGB (Red+Green+Blue) = 220+182+172=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6AC is #234953. Grayscale: #C0C0C0. Windows color (decimal): -2312532 or 11319004. OLE color: 11319004.

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

Color convert

RGB220182172-
CMYK00.170.220.14
HSL12.5º40.68%76.86%-
HSV(B)12.5º21.82%86.27%-
XYZ53.6951.6546.17-
YUV192.22116.59147.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=38.33%
G=31.71%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018217200.170.220.1412.540.6876.86
HexDCB6AC01116Ed294d
Octal33426625402126161551115
Binary11011100101101101010110001000110110111011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6AC; }

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

 H1.HeaderClassName
 {
   color: #DCB6AC;
 }
 .AnyTagClassName
 {
   color: #DCB6AC;
 }
</style>
background-color css

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

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

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

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

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

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