Shades of Cavern Pink #DFB9AC
Tints of Cavern Pink #DFB9AC
RGB
CMYK
RGB Variations
Color information
#DFB9AC (or 0xDFB9AC) is known color: Cavern Pink. HEX triplet: DF, B9 and AC. RGB value is (223,185,172). Sum of RGB (Red+Green+Blue) = 223+185+172=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9AC is #204653. Grayscale: #C2C2C2. Windows color (decimal): -2115156 or 11319775. OLE color: 11319775.
HSL color Cylindrical-coordinate representation of color #DFB9AC: hue angle of 15.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB9AC is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 172 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.13 |
| HSL | 15.29º | 0.44% | 0.77% | - |
| HSV(B) | 15.29º | 0.23% | 0.87% | - |
| XYZ | 55.23 | 53.36 | 46.42 | - |
| YUV | 194.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 172 | 0 | 0.17 | 0.23 | 0.13 | 15.29 | 0.44 | 0.77 |
| Hex | DF | B9 | AC | 0 | 11 | 17 | D | F | 2C | 4D |
| Octal | 337 | 271 | 254 | 0 | 21 | 27 | 15 | 17 | 54 | 115 |
| Binary | 11011111 | 10111001 | 10101100 | 0 | 10001 | 10111 | 1101 | 1111 | 101100 | 1001101 |
Color Harmonies of #DFB9AC
Complementary color
Monochromatic Colors of #DFB9AC
Black with #DFB9AC
Text Example
Text Example
White with #DFB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9AC; }
p { color: rgb(223,185,172); }
H1.HeaderClassName
{
color: #DFB9AC;
}
.AnyTagClassName
{
color: #DFB9AC;
}
</style>
background-color css
<style>
a { background-color: #DFB9AC; }
a { background-color: rgb(223,185,172); }
div.DivClassName
{
background-color: #DFB9AC;
}
.BgClassName
{
background-color: #DFB9AC;
}
</style>
border-color css
<style>
span { border-color: #DFB9AC; }
span { border-color: rgb(223,185,172); }
td.TdClassName
{
border-color: #DFB9AC;
}
.TagClassName
{
border-color: #DFB9AC;
}
</style>