#DCB9B8

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

Shades of Cavern Pink #DCB9B8

Tints of Cavern Pink #DCB9B8

Color information

#DCB9B8 (or 0xDCB9B8) is unknown color: approx Cavern Pink. HEX triplet: DC, B9 and B8. RGB value is (220,185,184). Sum of RGB (Red+Green+Blue) = 220+185+184=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9B8 is #234647. Grayscale: #C3C3C3. Windows color (decimal): -2311752 or 12106204. OLE color: 12106204.

HSL color Cylindrical-coordinate representation of color #DCB9B8: hue angle of 1.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9B8 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220185184-
CMYK00.160.160.14
HSL1.67º33.96%79.22%-
HSV(B)1.67º16.36%86.27%-
XYZ55.5253.3752.72-
YUV195.35121.6145.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 184 (72.27% from 255) = 31.24%
R=37.35%
G=31.41%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018518400.160.160.141.6733.9679.22
HexDCB9B801010E2224f
Octal3342712700202016242117
Binary110111001011100110111000010000100001110101000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9B8; }

 p { color: rgb(220,185,184); }

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

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

 a { background-color: rgb(220,185,184); }

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

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

 span { border-color: rgb(220,185,184); }

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