#DCB4AB

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

Shades of Cavern Pink #DCB4AB

Tints of Cavern Pink #DCB4AB

Color information

#DCB4AB (or 0xDCB4AB) is unknown color: approx Cavern Pink. HEX triplet: DC, B4 and AB. RGB value is (220,180,171). Sum of RGB (Red+Green+Blue) = 220+180+171=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4AB is #234B54. Grayscale: #BFBFBF. Windows color (decimal): -2313045 or 11252956. OLE color: 11252956.

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

Color convert

RGB220180171-
CMYK00.180.220.14
HSL11.02º41.18%76.67%-
HSV(B)11.02º22.27%86.27%-
XYZ53.1950.845.53-
YUV190.93116.75148.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 180 (70.70% from 255) = 31.52%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=38.53%
G=31.52%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018017100.180.220.1411.0241.1876.67
HexDCB4AB01216Eb294d
Octal33426425302226161351115
Binary11011100101101001010101101001010110111010111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4AB; }

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

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

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

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

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

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

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

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