Shades of Barberry #CFCD15
Tints of Barberry #CFCD15
RGB
CMYK
RGB Variations
Color information
#CFCD15 (or 0xCFCD15) is known color: Barberry. HEX triplet: CF, CD and 15. RGB value is (207,205,21). Sum of RGB (Red+Green+Blue) = 207+205+21=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCD15 is #3032EA. Grayscale: #B9B9B9. Windows color (decimal): -3158763 or 1428943. OLE color: 1428943.
HSL color Cylindrical-coordinate representation of color #CFCD15: hue angle of 59.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFCD15 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 21 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.19 |
| HSL | 59.35º | 0.82% | 0.45% | - |
| HSV(B) | 59.35º | 0.9% | 0.81% | - |
| XYZ | 47.7 | 56.98 | 9.19 | - |
| YUV | 184.62 | 35.66 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 21 | 0 | 0.01 | 0.90 | 0.19 | 59.35 | 0.82 | 0.45 |
| Hex | CF | CD | 15 | 0 | 1 | 5A | 13 | 3B | 52 | 2D |
| Octal | 317 | 315 | 25 | 0 | 1 | 132 | 23 | 73 | 122 | 55 |
| Binary | 11001111 | 11001101 | 10101 | 0 | 1 | 1011010 | 10011 | 111011 | 1010010 | 101101 |
Color Harmonies of #CFCD15
Complementary color
Monochromatic Colors of #CFCD15
Black with #CFCD15
Text Example
Text Example
White with #CFCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD15; }
p { color: rgb(207,205,21); }
H1.HeaderClassName
{
color: #CFCD15;
}
.AnyTagClassName
{
color: #CFCD15;
}
</style>
background-color css
<style>
a { background-color: #CFCD15; }
a { background-color: rgb(207,205,21); }
div.DivClassName
{
background-color: #CFCD15;
}
.BgClassName
{
background-color: #CFCD15;
}
</style>
border-color css
<style>
span { border-color: #CFCD15; }
span { border-color: rgb(207,205,21); }
td.TdClassName
{
border-color: #CFCD15;
}
.TagClassName
{
border-color: #CFCD15;
}
</style>