Shades of Cavern Pink #DFB9AD
Tints of Cavern Pink #DFB9AD
RGB
CMYK
RGB Variations
Color information
#DFB9AD (or 0xDFB9AD) is known color: Cavern Pink. HEX triplet: DF, B9 and AD. RGB value is (223,185,173). Sum of RGB (Red+Green+Blue) = 223+185+173=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9AD is #204652. Grayscale: #C3C3C3. Windows color (decimal): -2115155 or 11385311. OLE color: 11385311.
HSL color Cylindrical-coordinate representation of color #DFB9AD: hue angle of 14.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFB9AD is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 173 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.13 |
| HSL | 14.4º | 0.44% | 0.78% | - |
| HSV(B) | 14.4º | 0.22% | 0.87% | - |
| XYZ | 55.32 | 53.4 | 46.93 | - |
| YUV | 194.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 173 | 0 | 0.17 | 0.22 | 0.13 | 14.4 | 0.44 | 0.78 |
| Hex | DF | B9 | AD | 0 | 11 | 16 | D | E | 2C | 4E |
| Octal | 337 | 271 | 255 | 0 | 21 | 26 | 15 | 16 | 54 | 116 |
| Binary | 11011111 | 10111001 | 10101101 | 0 | 10001 | 10110 | 1101 | 1110 | 101100 | 1001110 |
Color Harmonies of #DFB9AD
Complementary color
Monochromatic Colors of #DFB9AD
Black with #DFB9AD
Text Example
Text Example
White with #DFB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9AD; }
p { color: rgb(223,185,173); }
H1.HeaderClassName
{
color: #DFB9AD;
}
.AnyTagClassName
{
color: #DFB9AD;
}
</style>
background-color css
<style>
a { background-color: #DFB9AD; }
a { background-color: rgb(223,185,173); }
div.DivClassName
{
background-color: #DFB9AD;
}
.BgClassName
{
background-color: #DFB9AD;
}
</style>
border-color css
<style>
span { border-color: #DFB9AD; }
span { border-color: rgb(223,185,173); }
td.TdClassName
{
border-color: #DFB9AD;
}
.TagClassName
{
border-color: #DFB9AD;
}
</style>