Shades of Barberry #CFCC1A
Tints of Barberry #CFCC1A
RGB
CMYK
RGB Variations
Color information
#CFCC1A (or 0xCFCC1A) is known color: Barberry. HEX triplet: CF, CC and 1A. RGB value is (207,204,26). Sum of RGB (Red+Green+Blue) = 207+204+26=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC1A is #3033E5. Grayscale: #B9B9B9. Windows color (decimal): -3159014 or 1756367. OLE color: 1756367.
HSL color Cylindrical-coordinate representation of color #CFCC1A: hue angle of 59.01º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFCC1A is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 26 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.19 |
| HSL | 59.01º | 0.78% | 0.46% | - |
| HSV(B) | 59.01º | 0.87% | 0.81% | - |
| XYZ | 47.51 | 56.53 | 9.38 | - |
| YUV | 184.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 26 | 0 | 0.01 | 0.87 | 0.19 | 59.01 | 0.78 | 0.46 |
| Hex | CF | CC | 1A | 0 | 1 | 57 | 13 | 3B | 4E | 2E |
| Octal | 317 | 314 | 32 | 0 | 1 | 127 | 23 | 73 | 116 | 56 |
| Binary | 11001111 | 11001100 | 11010 | 0 | 1 | 1010111 | 10011 | 111011 | 1001110 | 101110 |
Color Harmonies of #CFCC1A
Complementary color
Monochromatic Colors of #CFCC1A
Black with #CFCC1A
Text Example
Text Example
White with #CFCC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC1A; }
p { color: rgb(207,204,26); }
H1.HeaderClassName
{
color: #CFCC1A;
}
.AnyTagClassName
{
color: #CFCC1A;
}
</style>
background-color css
<style>
a { background-color: #CFCC1A; }
a { background-color: rgb(207,204,26); }
div.DivClassName
{
background-color: #CFCC1A;
}
.BgClassName
{
background-color: #CFCC1A;
}
</style>
border-color css
<style>
span { border-color: #CFCC1A; }
span { border-color: rgb(207,204,26); }
td.TdClassName
{
border-color: #CFCC1A;
}
.TagClassName
{
border-color: #CFCC1A;
}
</style>