Shades of Pearl Bush #DCC9BC
Tints of Pearl Bush #DCC9BC
RGB
CMYK
RGB Variations
Color information
#DCC9BC (or 0xDCC9BC) is known color: Pearl Bush. HEX triplet: DC, C9 and BC. RGB value is (220,201,188). Sum of RGB (Red+Green+Blue) = 220+201+188=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9BC is #233643. Grayscale: #CDCDCD. Windows color (decimal): -2307652 or 12372444. OLE color: 12372444.
HSL color Cylindrical-coordinate representation of color #DCC9BC: hue angle of 24.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCC9BC is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 188 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.14 |
| HSL | 24.38º | 0.31% | 0.8% | - |
| HSV(B) | 24.38º | 0.15% | 0.86% | - |
| XYZ | 59.48 | 60.62 | 56.14 | - |
| YUV | 205.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 188 | 0 | 0.09 | 0.15 | 0.14 | 24.38 | 0.31 | 0.8 |
| Hex | DC | C9 | BC | 0 | 9 | F | E | 18 | 1F | 50 |
| Octal | 334 | 311 | 274 | 0 | 11 | 17 | 16 | 30 | 37 | 120 |
| Binary | 11011100 | 11001001 | 10111100 | 0 | 1001 | 1111 | 1110 | 11000 | 11111 | 1010000 |
Color Harmonies of #DCC9BC
Complementary color
Monochromatic Colors of #DCC9BC
Black with #DCC9BC
Text Example
Text Example
White with #DCC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9BC; }
p { color: rgb(220,201,188); }
H1.HeaderClassName
{
color: #DCC9BC;
}
.AnyTagClassName
{
color: #DCC9BC;
}
</style>
background-color css
<style>
a { background-color: #DCC9BC; }
a { background-color: rgb(220,201,188); }
div.DivClassName
{
background-color: #DCC9BC;
}
.BgClassName
{
background-color: #DCC9BC;
}
</style>
border-color css
<style>
span { border-color: #DCC9BC; }
span { border-color: rgb(220,201,188); }
td.TdClassName
{
border-color: #DCC9BC;
}
.TagClassName
{
border-color: #DCC9BC;
}
</style>