Shades of Cavern Pink #DCB3AA
Tints of Cavern Pink #DCB3AA
RGB
CMYK
RGB Variations
Color information
#DCB3AA (or 0xDCB3AA) is known color: Cavern Pink. HEX triplet: DC, B3 and AA. RGB value is (220,179,170). Sum of RGB (Red+Green+Blue) = 220+179+170=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB3AA is #234C55. Grayscale: #BEBEBE. Windows color (decimal): -2313302 or 11187164. OLE color: 11187164.
HSL color Cylindrical-coordinate representation of color #DCB3AA: hue angle of 10.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB3AA is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 170 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.14 |
| HSL | 10.8º | 0.42% | 0.76% | - |
| HSV(B) | 10.8º | 0.23% | 0.86% | - |
| XYZ | 52.89 | 50.36 | 44.96 | - |
| YUV | 190.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 170 | 0 | 0.19 | 0.23 | 0.14 | 10.8 | 0.42 | 0.76 |
| Hex | DC | B3 | AA | 0 | 13 | 17 | E | B | 2A | 4C |
| Octal | 334 | 263 | 252 | 0 | 23 | 27 | 16 | 13 | 52 | 114 |
| Binary | 11011100 | 10110011 | 10101010 | 0 | 10011 | 10111 | 1110 | 1011 | 101010 | 1001100 |
Color Harmonies of #DCB3AA
Complementary color
Monochromatic Colors of #DCB3AA
Black with #DCB3AA
Text Example
Text Example
White with #DCB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3AA; }
p { color: rgb(220,179,170); }
H1.HeaderClassName
{
color: #DCB3AA;
}
.AnyTagClassName
{
color: #DCB3AA;
}
</style>
background-color css
<style>
a { background-color: #DCB3AA; }
a { background-color: rgb(220,179,170); }
div.DivClassName
{
background-color: #DCB3AA;
}
.BgClassName
{
background-color: #DCB3AA;
}
</style>
border-color css
<style>
span { border-color: #DCB3AA; }
span { border-color: rgb(220,179,170); }
td.TdClassName
{
border-color: #DCB3AA;
}
.TagClassName
{
border-color: #DCB3AA;
}
</style>