Shades of Barberry #CFD521
Tints of Barberry #CFD521
RGB
CMYK
RGB Variations
Color information
#CFD521 (or 0xCFD521) is known color: Barberry. HEX triplet: CF, D5 and 21. RGB value is (207,213,33). Sum of RGB (Red+Green+Blue) = 207+213+33=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD521 is #302ADE. Grayscale: #BFBFBF. Windows color (decimal): -3156703 or 2217423. OLE color: 2217423.
HSL color Cylindrical-coordinate representation of color #CFD521: hue angle of 62º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFD521 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 33 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.16 |
| HSL | 62º | 0.73% | 0.48% | - |
| HSV(B) | 62º | 0.85% | 0.84% | - |
| XYZ | 49.8 | 60.96 | 10.58 | - |
| YUV | 190.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 33 | 0.03 | 0 | 0.85 | 0.16 | 62 | 0.73 | 0.48 |
| Hex | CF | D5 | 21 | 3 | 0 | 55 | 10 | 3E | 49 | 30 |
| Octal | 317 | 325 | 41 | 3 | 0 | 125 | 20 | 76 | 111 | 60 |
| Binary | 11001111 | 11010101 | 100001 | 11 | 0 | 1010101 | 10000 | 111110 | 1001001 | 110000 |
Color Harmonies of #CFD521
Complementary color
Monochromatic Colors of #CFD521
Black with #CFD521
Text Example
Text Example
White with #CFD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD521; }
p { color: rgb(207,213,33); }
H1.HeaderClassName
{
color: #CFD521;
}
.AnyTagClassName
{
color: #CFD521;
}
</style>
background-color css
<style>
a { background-color: #CFD521; }
a { background-color: rgb(207,213,33); }
div.DivClassName
{
background-color: #CFD521;
}
.BgClassName
{
background-color: #CFD521;
}
</style>
border-color css
<style>
span { border-color: #CFD521; }
span { border-color: rgb(207,213,33); }
td.TdClassName
{
border-color: #CFD521;
}
.TagClassName
{
border-color: #CFD521;
}
</style>