Shades of Barberry #CFC61E
Tints of Barberry #CFC61E
RGB
CMYK
RGB Variations
Color information
#CFC61E (or 0xCFC61E) is known color: Barberry. HEX triplet: CF, C6 and 1E. RGB value is (207,198,30). Sum of RGB (Red+Green+Blue) = 207+198+30=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC61E is #3039E1. Grayscale: #B6B6B6. Windows color (decimal): -3160546 or 2016975. OLE color: 2016975.
HSL color Cylindrical-coordinate representation of color #CFC61E: hue angle of 56.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFC61E is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 30 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.19 |
| HSL | 56.95º | 0.75% | 0.46% | - |
| HSV(B) | 56.95º | 0.86% | 0.81% | - |
| XYZ | 46.16 | 53.75 | 9.17 | - |
| YUV | 181.54 | 42.48 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 30 | 0 | 0.04 | 0.86 | 0.19 | 56.95 | 0.75 | 0.46 |
| Hex | CF | C6 | 1E | 0 | 4 | 56 | 13 | 39 | 4B | 2E |
| Octal | 317 | 306 | 36 | 0 | 4 | 126 | 23 | 71 | 113 | 56 |
| Binary | 11001111 | 11000110 | 11110 | 0 | 100 | 1010110 | 10011 | 111001 | 1001011 | 101110 |
Color Harmonies of #CFC61E
Complementary color
Monochromatic Colors of #CFC61E
Black with #CFC61E
Text Example
Text Example
White with #CFC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC61E; }
p { color: rgb(207,198,30); }
H1.HeaderClassName
{
color: #CFC61E;
}
.AnyTagClassName
{
color: #CFC61E;
}
</style>
background-color css
<style>
a { background-color: #CFC61E; }
a { background-color: rgb(207,198,30); }
div.DivClassName
{
background-color: #CFC61E;
}
.BgClassName
{
background-color: #CFC61E;
}
</style>
border-color css
<style>
span { border-color: #CFC61E; }
span { border-color: rgb(207,198,30); }
td.TdClassName
{
border-color: #CFC61E;
}
.TagClassName
{
border-color: #CFC61E;
}
</style>