Shades of Barberry #CFD421
Tints of Barberry #CFD421
RGB
CMYK
RGB Variations
Color information
#CFD421 (or 0xCFD421) is known color: Barberry. HEX triplet: CF, D4 and 21. RGB value is (207,212,33). Sum of RGB (Red+Green+Blue) = 207+212+33=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD421 is #302BDE. Grayscale: #BEBEBE. Windows color (decimal): -3156959 or 2217167. OLE color: 2217167.
HSL color Cylindrical-coordinate representation of color #CFD421: hue angle of 61.68º 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 #CFD421 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 33 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.17 |
| HSL | 61.68º | 0.73% | 0.48% | - |
| HSV(B) | 61.68º | 0.84% | 0.83% | - |
| XYZ | 49.55 | 60.46 | 10.5 | - |
| YUV | 190.1 | 39.34 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 33 | 0.02 | 0 | 0.84 | 0.17 | 61.68 | 0.73 | 0.48 |
| Hex | CF | D4 | 21 | 2 | 0 | 54 | 11 | 3E | 49 | 30 |
| Octal | 317 | 324 | 41 | 2 | 0 | 124 | 21 | 76 | 111 | 60 |
| Binary | 11001111 | 11010100 | 100001 | 10 | 0 | 1010100 | 10001 | 111110 | 1001001 | 110000 |
Color Harmonies of #CFD421
Complementary color
Monochromatic Colors of #CFD421
Black with #CFD421
Text Example
Text Example
White with #CFD421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD421; }
p { color: rgb(207,212,33); }
H1.HeaderClassName
{
color: #CFD421;
}
.AnyTagClassName
{
color: #CFD421;
}
</style>
background-color css
<style>
a { background-color: #CFD421; }
a { background-color: rgb(207,212,33); }
div.DivClassName
{
background-color: #CFD421;
}
.BgClassName
{
background-color: #CFD421;
}
</style>
border-color css
<style>
span { border-color: #CFD421; }
span { border-color: rgb(207,212,33); }
td.TdClassName
{
border-color: #CFD421;
}
.TagClassName
{
border-color: #CFD421;
}
</style>