#DCB7AB

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

Shades of Cavern Pink #DCB7AB

Tints of Cavern Pink #DCB7AB

Color information

#DCB7AB (or 0xDCB7AB) is unknown color: approx Cavern Pink. HEX triplet: DC, B7 and AB. RGB value is (220,183,171). Sum of RGB (Red+Green+Blue) = 220+183+171=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AB is #234854. Grayscale: #C0C0C0. Windows color (decimal): -2312277 or 11253724. OLE color: 11253724.

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

Color convert

RGB220183171-
CMYK00.170.220.14
HSL14.69º41.18%76.67%-
HSV(B)14.69º22.27%86.27%-
XYZ53.852.0245.73-
YUV192.7115.76147.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=38.33%
G=31.88%
B=29.79%

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
Decimal22018317100.170.220.1414.6941.1876.67
HexDCB7AB01116Ef294d
Octal33426725302126161751115
Binary11011100101101111010101101000110110111011111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7AB; }

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

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

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

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

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

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

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

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