Shades of Barberry #CFC72C
Tints of Barberry #CFC72C
RGB
CMYK
RGB Variations
Color information
#CFC72C (or 0xCFC72C) is known color: Barberry. HEX triplet: CF, C7 and 2C. RGB value is (207,199,44). Sum of RGB (Red+Green+Blue) = 207+199+44=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC72C is #3038D3. Grayscale: #B8B8B8. Windows color (decimal): -3160276 or 2934735. OLE color: 2934735.
HSL color Cylindrical-coordinate representation of color #CFC72C: hue angle of 57.06º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFC72C is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 44 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.19 |
| HSL | 57.06º | 0.65% | 0.49% | - |
| HSV(B) | 57.06º | 0.79% | 0.81% | - |
| XYZ | 46.61 | 54.29 | 10.41 | - |
| YUV | 183.72 | 49.15 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 44 | 0 | 0.04 | 0.79 | 0.19 | 57.06 | 0.65 | 0.49 |
| Hex | CF | C7 | 2C | 0 | 4 | 4F | 13 | 39 | 41 | 31 |
| Octal | 317 | 307 | 54 | 0 | 4 | 117 | 23 | 71 | 101 | 61 |
| Binary | 11001111 | 11000111 | 101100 | 0 | 100 | 1001111 | 10011 | 111001 | 1000001 | 110001 |
Color Harmonies of #CFC72C
Complementary color
Monochromatic Colors of #CFC72C
Black with #CFC72C
Text Example
Text Example
White with #CFC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC72C; }
p { color: rgb(207,199,44); }
H1.HeaderClassName
{
color: #CFC72C;
}
.AnyTagClassName
{
color: #CFC72C;
}
</style>
background-color css
<style>
a { background-color: #CFC72C; }
a { background-color: rgb(207,199,44); }
div.DivClassName
{
background-color: #CFC72C;
}
.BgClassName
{
background-color: #CFC72C;
}
</style>
border-color css
<style>
span { border-color: #CFC72C; }
span { border-color: rgb(207,199,44); }
td.TdClassName
{
border-color: #CFC72C;
}
.TagClassName
{
border-color: #CFC72C;
}
</style>