Shades of Barberry #CFCD20
Tints of Barberry #CFCD20
RGB
CMYK
RGB Variations
Color information
#CFCD20 (or 0xCFCD20) is known color: Barberry. HEX triplet: CF, CD and 20. RGB value is (207,205,32). Sum of RGB (Red+Green+Blue) = 207+205+32=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD20 is #3032DF. Grayscale: #BABABA. Windows color (decimal): -3158752 or 2149839. OLE color: 2149839.
HSL color Cylindrical-coordinate representation of color #CFCD20: hue angle of 59.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFCD20 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 32 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.19 |
| HSL | 59.31º | 0.73% | 0.47% | - |
| HSV(B) | 59.31º | 0.85% | 0.81% | - |
| XYZ | 47.82 | 57.03 | 9.85 | - |
| YUV | 185.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 32 | 0 | 0.01 | 0.85 | 0.19 | 59.31 | 0.73 | 0.47 |
| Hex | CF | CD | 20 | 0 | 1 | 55 | 13 | 3B | 49 | 2F |
| Octal | 317 | 315 | 40 | 0 | 1 | 125 | 23 | 73 | 111 | 57 |
| Binary | 11001111 | 11001101 | 100000 | 0 | 1 | 1010101 | 10011 | 111011 | 1001001 | 101111 |
Color Harmonies of #CFCD20
Complementary color
Monochromatic Colors of #CFCD20
Black with #CFCD20
Text Example
Text Example
White with #CFCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD20; }
p { color: rgb(207,205,32); }
H1.HeaderClassName
{
color: #CFCD20;
}
.AnyTagClassName
{
color: #CFCD20;
}
</style>
background-color css
<style>
a { background-color: #CFCD20; }
a { background-color: rgb(207,205,32); }
div.DivClassName
{
background-color: #CFCD20;
}
.BgClassName
{
background-color: #CFCD20;
}
</style>
border-color css
<style>
span { border-color: #CFCD20; }
span { border-color: rgb(207,205,32); }
td.TdClassName
{
border-color: #CFCD20;
}
.TagClassName
{
border-color: #CFCD20;
}
</style>