#DCB6AB

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

Shades of Cavern Pink #DCB6AB

Tints of Cavern Pink #DCB6AB

Color information

#DCB6AB (or 0xDCB6AB) is unknown color: approx Cavern Pink. HEX triplet: DC, B6 and AB. RGB value is (220,182,171). Sum of RGB (Red+Green+Blue) = 220+182+171=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB6AB is #234954. Grayscale: #C0C0C0. Windows color (decimal): -2312533 or 11253468. OLE color: 11253468.

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

Color convert

RGB220182171-
CMYK00.170.220.14
HSL13.47º41.18%76.67%-
HSV(B)13.47º22.27%86.27%-
XYZ53.5951.6145.67-
YUV192.11116.09147.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=38.39%
G=31.76%
B=29.84%

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
Decimal22018217100.170.220.1413.4741.1876.67
HexDCB6AB01116Ed294d
Octal33426625302126161551115
Binary11011100101101101010101101000110110111011011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6AB; }

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

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

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

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

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

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

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

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