Shades of Pearl Bush #DCC9BD
Tints of Pearl Bush #DCC9BD
RGB
CMYK
RGB Variations
Color information
#DCC9BD (or 0xDCC9BD) is known color: Pearl Bush. HEX triplet: DC, C9 and BD. RGB value is (220,201,189). Sum of RGB (Red+Green+Blue) = 220+201+189=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9BD is #233642. Grayscale: #CDCDCD. Windows color (decimal): -2307651 or 12437980. OLE color: 12437980.
HSL color Cylindrical-coordinate representation of color #DCC9BD: hue angle of 23.23º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC9BD is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 189 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.14 |
| HSL | 23.23º | 0.31% | 0.8% | - |
| HSV(B) | 23.23º | 0.14% | 0.86% | - |
| XYZ | 59.59 | 60.66 | 56.71 | - |
| YUV | 205.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 189 | 0 | 0.09 | 0.14 | 0.14 | 23.23 | 0.31 | 0.8 |
| Hex | DC | C9 | BD | 0 | 9 | E | E | 17 | 1F | 50 |
| Octal | 334 | 311 | 275 | 0 | 11 | 16 | 16 | 27 | 37 | 120 |
| Binary | 11011100 | 11001001 | 10111101 | 0 | 1001 | 1110 | 1110 | 10111 | 11111 | 1010000 |
Color Harmonies of #DCC9BD
Complementary color
Monochromatic Colors of #DCC9BD
Black with #DCC9BD
Text Example
Text Example
White with #DCC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9BD; }
p { color: rgb(220,201,189); }
H1.HeaderClassName
{
color: #DCC9BD;
}
.AnyTagClassName
{
color: #DCC9BD;
}
</style>
background-color css
<style>
a { background-color: #DCC9BD; }
a { background-color: rgb(220,201,189); }
div.DivClassName
{
background-color: #DCC9BD;
}
.BgClassName
{
background-color: #DCC9BD;
}
</style>
border-color css
<style>
span { border-color: #DCC9BD; }
span { border-color: rgb(220,201,189); }
td.TdClassName
{
border-color: #DCC9BD;
}
.TagClassName
{
border-color: #DCC9BD;
}
</style>