Shades of Barberry #D9CC21
Tints of Barberry #D9CC21
RGB
CMYK
RGB Variations
Color information
#D9CC21 (or 0xD9CC21) is known color: Barberry. HEX triplet: D9, CC and 21. RGB value is (217,204,33). Sum of RGB (Red+Green+Blue) = 217+204+33=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC21 is #2633DE. Grayscale: #BDBDBD. Windows color (decimal): -2503647 or 2215129. OLE color: 2215129.
HSL color Cylindrical-coordinate representation of color #D9CC21: hue angle of 55.76º degrees, saturation: 0.74, 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 #D9CC21 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 33 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.15 |
| HSL | 55.76º | 0.74% | 0.49% | - |
| HSV(B) | 55.76º | 0.85% | 0.85% | - |
| XYZ | 50.48 | 58.05 | 9.98 | - |
| YUV | 188.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 33 | 0 | 0.06 | 0.85 | 0.15 | 55.76 | 0.74 | 0.49 |
| Hex | D9 | CC | 21 | 0 | 6 | 55 | F | 38 | 4A | 31 |
| Octal | 331 | 314 | 41 | 0 | 6 | 125 | 17 | 70 | 112 | 61 |
| Binary | 11011001 | 11001100 | 100001 | 0 | 110 | 1010101 | 1111 | 111000 | 1001010 | 110001 |
Color Harmonies of #D9CC21
Complementary color
Monochromatic Colors of #D9CC21
Black with #D9CC21
Text Example
Text Example
White with #D9CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC21; }
p { color: rgb(217,204,33); }
H1.HeaderClassName
{
color: #D9CC21;
}
.AnyTagClassName
{
color: #D9CC21;
}
</style>
background-color css
<style>
a { background-color: #D9CC21; }
a { background-color: rgb(217,204,33); }
div.DivClassName
{
background-color: #D9CC21;
}
.BgClassName
{
background-color: #D9CC21;
}
</style>
border-color css
<style>
span { border-color: #D9CC21; }
span { border-color: rgb(217,204,33); }
td.TdClassName
{
border-color: #D9CC21;
}
.TagClassName
{
border-color: #D9CC21;
}
</style>