#DCB2AB

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

Shades of Cavern Pink #DCB2AB

Tints of Cavern Pink #DCB2AB

Color information

#DCB2AB (or 0xDCB2AB) is unknown color: approx Cavern Pink. HEX triplet: DC, B2 and AB. RGB value is (220,178,171). Sum of RGB (Red+Green+Blue) = 220+178+171=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2AB is #234D54. Grayscale: #BDBDBD. Windows color (decimal): -2313557 or 11252444. OLE color: 11252444.

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

Color convert

RGB220178171-
CMYK00.190.220.14
HSL8.57º41.18%76.67%-
HSV(B)8.57º22.27%86.27%-
XYZ52.795045.4-
YUV189.76117.41149.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=38.66%
G=31.28%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017817100.190.220.148.5741.1876.67
HexDCB2AB01316E9294d
Octal33426225302326161151115
Binary11011100101100101010101101001110110111010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2AB; }

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

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

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

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

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

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

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

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