Shades of Cavern Pink #DFB9AF
Tints of Cavern Pink #DFB9AF
RGB
CMYK
RGB Variations
Color information
#DFB9AF (or 0xDFB9AF) is known color: Cavern Pink. HEX triplet: DF, B9 and AF. RGB value is (223,185,175). Sum of RGB (Red+Green+Blue) = 223+185+175=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9AF is #204650. Grayscale: #C3C3C3. Windows color (decimal): -2115153 or 11516383. OLE color: 11516383.
HSL color Cylindrical-coordinate representation of color #DFB9AF: hue angle of 12.5º degrees, saturation: 0.43, 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 #DFB9AF is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 175 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.13 |
| HSL | 12.5º | 0.43% | 0.78% | - |
| HSV(B) | 12.5º | 0.22% | 0.87% | - |
| XYZ | 55.52 | 53.48 | 47.95 | - |
| YUV | 195.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 175 | 0 | 0.17 | 0.22 | 0.13 | 12.5 | 0.43 | 0.78 |
| Hex | DF | B9 | AF | 0 | 11 | 16 | D | C | 2B | 4E |
| Octal | 337 | 271 | 257 | 0 | 21 | 26 | 15 | 14 | 53 | 116 |
| Binary | 11011111 | 10111001 | 10101111 | 0 | 10001 | 10110 | 1101 | 1100 | 101011 | 1001110 |
Color Harmonies of #DFB9AF
Complementary color
Monochromatic Colors of #DFB9AF
Black with #DFB9AF
Text Example
Text Example
White with #DFB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9AF; }
p { color: rgb(223,185,175); }
H1.HeaderClassName
{
color: #DFB9AF;
}
.AnyTagClassName
{
color: #DFB9AF;
}
</style>
background-color css
<style>
a { background-color: #DFB9AF; }
a { background-color: rgb(223,185,175); }
div.DivClassName
{
background-color: #DFB9AF;
}
.BgClassName
{
background-color: #DFB9AF;
}
</style>
border-color css
<style>
span { border-color: #DFB9AF; }
span { border-color: rgb(223,185,175); }
td.TdClassName
{
border-color: #DFB9AF;
}
.TagClassName
{
border-color: #DFB9AF;
}
</style>