Shades of Barberry #CFCC17
Tints of Barberry #CFCC17
RGB
CMYK
RGB Variations
Color information
#CFCC17 (or 0xCFCC17) is known color: Barberry. HEX triplet: CF, CC and 17. RGB value is (207,204,23). Sum of RGB (Red+Green+Blue) = 207+204+23=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCC17 is #3033E8. Grayscale: #B8B8B8. Windows color (decimal): -3159017 or 1559759. OLE color: 1559759.
HSL color Cylindrical-coordinate representation of color #CFCC17: hue angle of 59.02º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFCC17 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 23 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.19 |
| HSL | 59.02º | 0.8% | 0.45% | - |
| HSV(B) | 59.02º | 0.89% | 0.81% | - |
| XYZ | 47.48 | 56.51 | 9.22 | - |
| YUV | 184.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 23 | 0 | 0.01 | 0.89 | 0.19 | 59.02 | 0.8 | 0.45 |
| Hex | CF | CC | 17 | 0 | 1 | 59 | 13 | 3B | 50 | 2D |
| Octal | 317 | 314 | 27 | 0 | 1 | 131 | 23 | 73 | 120 | 55 |
| Binary | 11001111 | 11001100 | 10111 | 0 | 1 | 1011001 | 10011 | 111011 | 1010000 | 101101 |
Color Harmonies of #CFCC17
Complementary color
Monochromatic Colors of #CFCC17
Black with #CFCC17
Text Example
Text Example
White with #CFCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC17; }
p { color: rgb(207,204,23); }
H1.HeaderClassName
{
color: #CFCC17;
}
.AnyTagClassName
{
color: #CFCC17;
}
</style>
background-color css
<style>
a { background-color: #CFCC17; }
a { background-color: rgb(207,204,23); }
div.DivClassName
{
background-color: #CFCC17;
}
.BgClassName
{
background-color: #CFCC17;
}
</style>
border-color css
<style>
span { border-color: #CFCC17; }
span { border-color: rgb(207,204,23); }
td.TdClassName
{
border-color: #CFCC17;
}
.TagClassName
{
border-color: #CFCC17;
}
</style>