Shades of Cavern Pink #DCB4AA
Tints of Cavern Pink #DCB4AA
RGB
CMYK
RGB Variations
Color information
#DCB4AA (or 0xDCB4AA) is known color: Cavern Pink. HEX triplet: DC, B4 and AA. RGB value is (220,180,170). Sum of RGB (Red+Green+Blue) = 220+180+170=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4AA is #234B55. Grayscale: #BEBEBE. Windows color (decimal): -2313046 or 11187420. OLE color: 11187420.
HSL color Cylindrical-coordinate representation of color #DCB4AA: hue angle of 12º 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 #DCB4AA is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 170 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.14 |
| HSL | 12º | 0.42% | 0.76% | - |
| HSV(B) | 12º | 0.23% | 0.86% | - |
| XYZ | 53.09 | 50.76 | 45.03 | - |
| YUV | 190.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 170 | 0 | 0.18 | 0.23 | 0.14 | 12 | 0.42 | 0.76 |
| Hex | DC | B4 | AA | 0 | 12 | 17 | E | C | 2A | 4C |
| Octal | 334 | 264 | 252 | 0 | 22 | 27 | 16 | 14 | 52 | 114 |
| Binary | 11011100 | 10110100 | 10101010 | 0 | 10010 | 10111 | 1110 | 1100 | 101010 | 1001100 |
Color Harmonies of #DCB4AA
Complementary color
Monochromatic Colors of #DCB4AA
Black with #DCB4AA
Text Example
Text Example
White with #DCB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB4AA; }
p { color: rgb(220,180,170); }
H1.HeaderClassName
{
color: #DCB4AA;
}
.AnyTagClassName
{
color: #DCB4AA;
}
</style>
background-color css
<style>
a { background-color: #DCB4AA; }
a { background-color: rgb(220,180,170); }
div.DivClassName
{
background-color: #DCB4AA;
}
.BgClassName
{
background-color: #DCB4AA;
}
</style>
border-color css
<style>
span { border-color: #DCB4AA; }
span { border-color: rgb(220,180,170); }
td.TdClassName
{
border-color: #DCB4AA;
}
.TagClassName
{
border-color: #DCB4AA;
}
</style>