#DCB7AC

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

Shades of Cavern Pink #DCB7AC

Tints of Cavern Pink #DCB7AC

Color information

#DCB7AC (or 0xDCB7AC) is unknown color: approx Cavern Pink. HEX triplet: DC, B7 and AC. RGB value is (220,183,172). Sum of RGB (Red+Green+Blue) = 220+183+172=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AC is #234853. Grayscale: #C0C0C0. Windows color (decimal): -2312276 or 11319260. OLE color: 11319260.

HSL color Cylindrical-coordinate representation of color #DCB7AC: hue angle of 13.75º 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 #DCB7AC is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB220183172-
CMYK00.170.220.14
HSL13.75º40.68%76.86%-
HSV(B)13.75º21.82%86.27%-
XYZ53.952.0646.24-
YUV192.81116.26147.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 183 (71.88% from 255) = 31.83%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=38.26%
G=31.83%
B=29.91%

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
Decimal22018317200.170.220.1413.7540.6876.86
HexDCB7AC01116Ee294d
Octal33426725402126161651115
Binary11011100101101111010110001000110110111011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7AC; }

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

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

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

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

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

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

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

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