Shades of Barberry #CFC62D
Tints of Barberry #CFC62D
RGB
CMYK
RGB Variations
Color information
#CFC62D (or 0xCFC62D) is known color: Barberry. HEX triplet: CF, C6 and 2D. RGB value is (207,198,45). Sum of RGB (Red+Green+Blue) = 207+198+45=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC62D is #3039D2. Grayscale: #B7B7B7. Windows color (decimal): -3160531 or 3000015. OLE color: 3000015.
HSL color Cylindrical-coordinate representation of color #CFC62D: hue angle of 56.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFC62D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 45 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.19 |
| HSL | 56.67º | 0.64% | 0.49% | - |
| HSV(B) | 56.67º | 0.78% | 0.81% | - |
| XYZ | 46.4 | 53.84 | 10.43 | - |
| YUV | 183.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 45 | 0 | 0.04 | 0.78 | 0.19 | 56.67 | 0.64 | 0.49 |
| Hex | CF | C6 | 2D | 0 | 4 | 4E | 13 | 39 | 40 | 31 |
| Octal | 317 | 306 | 55 | 0 | 4 | 116 | 23 | 71 | 100 | 61 |
| Binary | 11001111 | 11000110 | 101101 | 0 | 100 | 1001110 | 10011 | 111001 | 1000000 | 110001 |
Color Harmonies of #CFC62D
Complementary color
Monochromatic Colors of #CFC62D
Black with #CFC62D
Text Example
Text Example
White with #CFC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC62D; }
p { color: rgb(207,198,45); }
H1.HeaderClassName
{
color: #CFC62D;
}
.AnyTagClassName
{
color: #CFC62D;
}
</style>
background-color css
<style>
a { background-color: #CFC62D; }
a { background-color: rgb(207,198,45); }
div.DivClassName
{
background-color: #CFC62D;
}
.BgClassName
{
background-color: #CFC62D;
}
</style>
border-color css
<style>
span { border-color: #CFC62D; }
span { border-color: rgb(207,198,45); }
td.TdClassName
{
border-color: #CFC62D;
}
.TagClassName
{
border-color: #CFC62D;
}
</style>