Shades of Cavern Pink #DCB5AD
Tints of Cavern Pink #DCB5AD
RGB
CMYK
RGB Variations
Color information
#DCB5AD (or 0xDCB5AD) is known color: Cavern Pink. HEX triplet: DC, B5 and AD. RGB value is (220,181,173). Sum of RGB (Red+Green+Blue) = 220+181+173=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5AD is #234A52. Grayscale: #BFBFBF. Windows color (decimal): -2312787 or 11384284. OLE color: 11384284.
HSL color Cylindrical-coordinate representation of color #DCB5AD: hue angle of 10.21º 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 #DCB5AD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 173 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.14 |
| HSL | 10.21º | 0.4% | 0.77% | - |
| HSV(B) | 10.21º | 0.21% | 0.86% | - |
| XYZ | 53.58 | 51.28 | 46.61 | - |
| YUV | 191.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 173 | 0 | 0.18 | 0.21 | 0.14 | 10.21 | 0.4 | 0.77 |
| Hex | DC | B5 | AD | 0 | 12 | 15 | E | A | 28 | 4D |
| Octal | 334 | 265 | 255 | 0 | 22 | 25 | 16 | 12 | 50 | 115 |
| Binary | 11011100 | 10110101 | 10101101 | 0 | 10010 | 10101 | 1110 | 1010 | 101000 | 1001101 |
Color Harmonies of #DCB5AD
Complementary color
Monochromatic Colors of #DCB5AD
Black with #DCB5AD
Text Example
Text Example
White with #DCB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5AD; }
p { color: rgb(220,181,173); }
H1.HeaderClassName
{
color: #DCB5AD;
}
.AnyTagClassName
{
color: #DCB5AD;
}
</style>
background-color css
<style>
a { background-color: #DCB5AD; }
a { background-color: rgb(220,181,173); }
div.DivClassName
{
background-color: #DCB5AD;
}
.BgClassName
{
background-color: #DCB5AD;
}
</style>
border-color css
<style>
span { border-color: #DCB5AD; }
span { border-color: rgb(220,181,173); }
td.TdClassName
{
border-color: #DCB5AD;
}
.TagClassName
{
border-color: #DCB5AD;
}
</style>