Shades of Cavern Pink #DFB0AC
Tints of Cavern Pink #DFB0AC
RGB
CMYK
RGB Variations
Color information
#DFB0AC (or 0xDFB0AC) is known color: Cavern Pink. HEX triplet: DF, B0 and AC. RGB value is (223,176,172). Sum of RGB (Red+Green+Blue) = 223+176+172=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0AC is #204F53. Grayscale: #BDBDBD. Windows color (decimal): -2117460 or 11317471. OLE color: 11317471.
HSL color Cylindrical-coordinate representation of color #DFB0AC: hue angle of 4.71º 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 #DFB0AC is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 176 | 172 | - |
CMYK | 0 | 0.21 | 0.23 | 0.13 |
HSL | 4.71º | 0.44% | 0.77% | - |
HSV(B) | 4.71º | 0.23% | 0.87% | - |
XYZ | 53.4 | 49.72 | 45.81 | - |
YUV | 189.6 | 118.07 | 151.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 176 | 172 | 0 | 0.21 | 0.23 | 0.13 | 4.71 | 0.44 | 0.77 |
Hex | DF | B0 | AC | 0 | 15 | 17 | D | 5 | 2C | 4D |
Octal | 337 | 260 | 254 | 0 | 25 | 27 | 15 | 5 | 54 | 115 |
Binary | 11011111 | 10110000 | 10101100 | 0 | 10101 | 10111 | 1101 | 101 | 101100 | 1001101 |
Color Harmonies of #DFB0AC
Complementary color
Monochromatic Colors of #DFB0AC
Black with #DFB0AC
Text Example
Text Example
White with #DFB0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0AC; }
p { color: rgb(223,176,172); }
H1.HeaderClassName
{
color: #DFB0AC;
}
.AnyTagClassName
{
color: #DFB0AC;
}
</style>
background-color css
<style>
a { background-color: #DFB0AC; }
a { background-color: rgb(223,176,172); }
div.DivClassName
{
background-color: #DFB0AC;
}
.BgClassName
{
background-color: #DFB0AC;
}
</style>
border-color css
<style>
span { border-color: #DFB0AC; }
span { border-color: rgb(223,176,172); }
td.TdClassName
{
border-color: #DFB0AC;
}
.TagClassName
{
border-color: #DFB0AC;
}
</style>