Shades of Barberry #CFCC26
Tints of Barberry #CFCC26
RGB
CMYK
RGB Variations
Color information
#CFCC26 (or 0xCFCC26) is known color: Barberry. HEX triplet: CF, CC and 26. RGB value is (207,204,38). Sum of RGB (Red+Green+Blue) = 207+204+38=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC26 is #3033D9. Grayscale: #BABABA. Windows color (decimal): -3159002 or 2542799. OLE color: 2542799.
HSL color Cylindrical-coordinate representation of color #CFCC26: hue angle of 58.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFCC26 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 38 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.19 |
| HSL | 58.93º | 0.69% | 0.48% | - |
| HSV(B) | 58.93º | 0.82% | 0.81% | - |
| XYZ | 47.67 | 56.59 | 10.24 | - |
| YUV | 185.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 38 | 0 | 0.01 | 0.82 | 0.19 | 58.93 | 0.69 | 0.48 |
| Hex | CF | CC | 26 | 0 | 1 | 52 | 13 | 3B | 45 | 30 |
| Octal | 317 | 314 | 46 | 0 | 1 | 122 | 23 | 73 | 105 | 60 |
| Binary | 11001111 | 11001100 | 100110 | 0 | 1 | 1010010 | 10011 | 111011 | 1000101 | 110000 |
Color Harmonies of #CFCC26
Complementary color
Monochromatic Colors of #CFCC26
Black with #CFCC26
Text Example
Text Example
White with #CFCC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC26; }
p { color: rgb(207,204,38); }
H1.HeaderClassName
{
color: #CFCC26;
}
.AnyTagClassName
{
color: #CFCC26;
}
</style>
background-color css
<style>
a { background-color: #CFCC26; }
a { background-color: rgb(207,204,38); }
div.DivClassName
{
background-color: #CFCC26;
}
.BgClassName
{
background-color: #CFCC26;
}
</style>
border-color css
<style>
span { border-color: #CFCC26; }
span { border-color: rgb(207,204,38); }
td.TdClassName
{
border-color: #CFCC26;
}
.TagClassName
{
border-color: #CFCC26;
}
</style>