Shades of Cavern Pink #DCB8AD
Tints of Cavern Pink #DCB8AD
RGB
CMYK
RGB Variations
Color information
#DCB8AD (or 0xDCB8AD) is known color: Cavern Pink. HEX triplet: DC, B8 and AD. RGB value is (220,184,173). Sum of RGB (Red+Green+Blue) = 220+184+173=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8AD is #234752. Grayscale: #C1C1C1. Windows color (decimal): -2312019 or 11385052. OLE color: 11385052.
HSL color Cylindrical-coordinate representation of color #DCB8AD: hue angle of 14.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB8AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 173 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.14 |
| HSL | 14.04º | 0.4% | 0.77% | - |
| HSV(B) | 14.04º | 0.21% | 0.86% | - |
| XYZ | 54.2 | 52.51 | 46.81 | - |
| YUV | 193.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 173 | 0 | 0.16 | 0.21 | 0.14 | 14.04 | 0.4 | 0.77 |
| Hex | DC | B8 | AD | 0 | 10 | 15 | E | E | 28 | 4D |
| Octal | 334 | 270 | 255 | 0 | 20 | 25 | 16 | 16 | 50 | 115 |
| Binary | 11011100 | 10111000 | 10101101 | 0 | 10000 | 10101 | 1110 | 1110 | 101000 | 1001101 |
Color Harmonies of #DCB8AD
Complementary color
Monochromatic Colors of #DCB8AD
Black with #DCB8AD
Text Example
Text Example
White with #DCB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8AD; }
p { color: rgb(220,184,173); }
H1.HeaderClassName
{
color: #DCB8AD;
}
.AnyTagClassName
{
color: #DCB8AD;
}
</style>
background-color css
<style>
a { background-color: #DCB8AD; }
a { background-color: rgb(220,184,173); }
div.DivClassName
{
background-color: #DCB8AD;
}
.BgClassName
{
background-color: #DCB8AD;
}
</style>
border-color css
<style>
span { border-color: #DCB8AD; }
span { border-color: rgb(220,184,173); }
td.TdClassName
{
border-color: #DCB8AD;
}
.TagClassName
{
border-color: #DCB8AD;
}
</style>