Shades of Cavern Pink #DFB5AC
Tints of Cavern Pink #DFB5AC
RGB
CMYK
RGB Variations
Color information
#DFB5AC (or 0xDFB5AC) is known color: Cavern Pink. HEX triplet: DF, B5 and AC. RGB value is (223,181,172). Sum of RGB (Red+Green+Blue) = 223+181+172=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB5AC is #204A53. Grayscale: #C0C0C0. Windows color (decimal): -2116180 or 11318751. OLE color: 11318751.
HSL color Cylindrical-coordinate representation of color #DFB5AC: hue angle of 10.59º 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 #DFB5AC is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 172 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.13 |
| HSL | 10.59º | 0.44% | 0.77% | - |
| HSV(B) | 10.59º | 0.23% | 0.87% | - |
| XYZ | 54.4 | 51.71 | 46.14 | - |
| YUV | 192.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 172 | 0 | 0.19 | 0.23 | 0.13 | 10.59 | 0.44 | 0.77 |
| Hex | DF | B5 | AC | 0 | 13 | 17 | D | B | 2C | 4D |
| Octal | 337 | 265 | 254 | 0 | 23 | 27 | 15 | 13 | 54 | 115 |
| Binary | 11011111 | 10110101 | 10101100 | 0 | 10011 | 10111 | 1101 | 1011 | 101100 | 1001101 |
Color Harmonies of #DFB5AC
Complementary color
Monochromatic Colors of #DFB5AC
Black with #DFB5AC
Text Example
Text Example
White with #DFB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5AC; }
p { color: rgb(223,181,172); }
H1.HeaderClassName
{
color: #DFB5AC;
}
.AnyTagClassName
{
color: #DFB5AC;
}
</style>
background-color css
<style>
a { background-color: #DFB5AC; }
a { background-color: rgb(223,181,172); }
div.DivClassName
{
background-color: #DFB5AC;
}
.BgClassName
{
background-color: #DFB5AC;
}
</style>
border-color css
<style>
span { border-color: #DFB5AC; }
span { border-color: rgb(223,181,172); }
td.TdClassName
{
border-color: #DFB5AC;
}
.TagClassName
{
border-color: #DFB5AC;
}
</style>