#DCB9B4

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

Shades of Cavern Pink #DCB9B4

Tints of Cavern Pink #DCB9B4

Color information

#DCB9B4 (or 0xDCB9B4) is unknown color: approx Cavern Pink. HEX triplet: DC, B9 and B4. RGB value is (220,185,180). Sum of RGB (Red+Green+Blue) = 220+185+180=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9B4 is #23464B. Grayscale: #C2C2C2. Windows color (decimal): -2311756 or 11844060. OLE color: 11844060.

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

Color convert

RGB220185180-
CMYK00.160.180.14
HSL7.5º36.36%78.43%-
HSV(B)7.5º18.18%86.27%-
XYZ55.153.2150.55-
YUV194.9119.6145.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 180 (70.70% from 255) = 30.77%
R=37.61%
G=31.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018518000.160.180.147.536.3678.43
HexDCB9B401012E8244e
Octal33427126402022161044116
Binary11011100101110011011010001000010010111010001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9B4; }

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

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

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

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

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

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

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

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