Shades of Barberry #CFD321
Tints of Barberry #CFD321
RGB
CMYK
RGB Variations
Color information
#CFD321 (or 0xCFD321) is known color: Barberry. HEX triplet: CF, D3 and 21. RGB value is (207,211,33). Sum of RGB (Red+Green+Blue) = 207+211+33=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD321 is #302CDE. Grayscale: #BEBEBE. Windows color (decimal): -3157215 or 2216911. OLE color: 2216911.
HSL color Cylindrical-coordinate representation of color #CFD321: hue angle of 61.35º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFD321 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.17 |
| HSL | 61.35º | 0.73% | 0.48% | - |
| HSV(B) | 61.35º | 0.84% | 0.83% | - |
| XYZ | 49.3 | 59.96 | 10.41 | - |
| YUV | 189.51 | 39.67 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 33 | 0.02 | 0 | 0.84 | 0.17 | 61.35 | 0.73 | 0.48 |
| Hex | CF | D3 | 21 | 2 | 0 | 54 | 11 | 3D | 49 | 30 |
| Octal | 317 | 323 | 41 | 2 | 0 | 124 | 21 | 75 | 111 | 60 |
| Binary | 11001111 | 11010011 | 100001 | 10 | 0 | 1010100 | 10001 | 111101 | 1001001 | 110000 |
Color Harmonies of #CFD321
Complementary color
Monochromatic Colors of #CFD321
Black with #CFD321
Text Example
Text Example
White with #CFD321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD321; }
p { color: rgb(207,211,33); }
H1.HeaderClassName
{
color: #CFD321;
}
.AnyTagClassName
{
color: #CFD321;
}
</style>
background-color css
<style>
a { background-color: #CFD321; }
a { background-color: rgb(207,211,33); }
div.DivClassName
{
background-color: #CFD321;
}
.BgClassName
{
background-color: #CFD321;
}
</style>
border-color css
<style>
span { border-color: #CFD321; }
span { border-color: rgb(207,211,33); }
td.TdClassName
{
border-color: #CFD321;
}
.TagClassName
{
border-color: #CFD321;
}
</style>