Shades of Barberry #CFC61D
Tints of Barberry #CFC61D
RGB
CMYK
RGB Variations
Color information
#CFC61D (or 0xCFC61D) is known color: Barberry. HEX triplet: CF, C6 and 1D. RGB value is (207,198,29). Sum of RGB (Red+Green+Blue) = 207+198+29=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC61D is #3039E2. Grayscale: #B6B6B6. Windows color (decimal): -3160547 or 1951439. OLE color: 1951439.
HSL color Cylindrical-coordinate representation of color #CFC61D: hue angle of 56.97º 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 #CFC61D is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 29 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.19 |
| HSL | 56.97º | 0.75% | 0.46% | - |
| HSV(B) | 56.97º | 0.86% | 0.81% | - |
| XYZ | 46.15 | 53.74 | 9.1 | - |
| YUV | 181.43 | 41.98 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 29 | 0 | 0.04 | 0.86 | 0.19 | 56.97 | 0.75 | 0.46 |
| Hex | CF | C6 | 1D | 0 | 4 | 56 | 13 | 39 | 4B | 2E |
| Octal | 317 | 306 | 35 | 0 | 4 | 126 | 23 | 71 | 113 | 56 |
| Binary | 11001111 | 11000110 | 11101 | 0 | 100 | 1010110 | 10011 | 111001 | 1001011 | 101110 |
Color Harmonies of #CFC61D
Complementary color
Monochromatic Colors of #CFC61D
Black with #CFC61D
Text Example
Text Example
White with #CFC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC61D; }
p { color: rgb(207,198,29); }
H1.HeaderClassName
{
color: #CFC61D;
}
.AnyTagClassName
{
color: #CFC61D;
}
</style>
background-color css
<style>
a { background-color: #CFC61D; }
a { background-color: rgb(207,198,29); }
div.DivClassName
{
background-color: #CFC61D;
}
.BgClassName
{
background-color: #CFC61D;
}
</style>
border-color css
<style>
span { border-color: #CFC61D; }
span { border-color: rgb(207,198,29); }
td.TdClassName
{
border-color: #CFC61D;
}
.TagClassName
{
border-color: #CFC61D;
}
</style>