Shades of Barberry #D8CC21
Tints of Barberry #D8CC21
RGB
CMYK
RGB Variations
Color information
#D8CC21 (or 0xD8CC21) is known color: Barberry. HEX triplet: D8, CC and 21. RGB value is (216,204,33). Sum of RGB (Red+Green+Blue) = 216+204+33=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC21 is #2733DE. Grayscale: #BCBCBC. Windows color (decimal): -2569183 or 2215128. OLE color: 2215128.
HSL color Cylindrical-coordinate representation of color #D8CC21: hue angle of 56.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8CC21 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 33 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.15 |
| HSL | 56.07º | 0.73% | 0.49% | - |
| HSV(B) | 56.07º | 0.85% | 0.85% | - |
| XYZ | 50.19 | 57.89 | 9.97 | - |
| YUV | 188.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 33 | 0 | 0.06 | 0.85 | 0.15 | 56.07 | 0.73 | 0.49 |
| Hex | D8 | CC | 21 | 0 | 6 | 55 | F | 38 | 49 | 31 |
| Octal | 330 | 314 | 41 | 0 | 6 | 125 | 17 | 70 | 111 | 61 |
| Binary | 11011000 | 11001100 | 100001 | 0 | 110 | 1010101 | 1111 | 111000 | 1001001 | 110001 |
Color Harmonies of #D8CC21
Complementary color
Monochromatic Colors of #D8CC21
Black with #D8CC21
Text Example
Text Example
White with #D8CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC21; }
p { color: rgb(216,204,33); }
H1.HeaderClassName
{
color: #D8CC21;
}
.AnyTagClassName
{
color: #D8CC21;
}
</style>
background-color css
<style>
a { background-color: #D8CC21; }
a { background-color: rgb(216,204,33); }
div.DivClassName
{
background-color: #D8CC21;
}
.BgClassName
{
background-color: #D8CC21;
}
</style>
border-color css
<style>
span { border-color: #D8CC21; }
span { border-color: rgb(216,204,33); }
td.TdClassName
{
border-color: #D8CC21;
}
.TagClassName
{
border-color: #D8CC21;
}
</style>