Shades of Barberry #CFC82D
Tints of Barberry #CFC82D
RGB
CMYK
RGB Variations
Color information
#CFC82D (or 0xCFC82D) is known color: Barberry. HEX triplet: CF, C8 and 2D. RGB value is (207,200,45). Sum of RGB (Red+Green+Blue) = 207+200+45=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC82D is #3037D2. Grayscale: #B9B9B9. Windows color (decimal): -3160019 or 3000527. OLE color: 3000527.
HSL color Cylindrical-coordinate representation of color #CFC82D: hue angle of 57.41º 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 #CFC82D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 45 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.19 |
| HSL | 57.41º | 0.64% | 0.49% | - |
| HSV(B) | 57.41º | 0.78% | 0.81% | - |
| XYZ | 46.86 | 54.76 | 10.58 | - |
| YUV | 184.42 | 49.32 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 45 | 0 | 0.03 | 0.78 | 0.19 | 57.41 | 0.64 | 0.49 |
| Hex | CF | C8 | 2D | 0 | 3 | 4E | 13 | 39 | 40 | 31 |
| Octal | 317 | 310 | 55 | 0 | 3 | 116 | 23 | 71 | 100 | 61 |
| Binary | 11001111 | 11001000 | 101101 | 0 | 11 | 1001110 | 10011 | 111001 | 1000000 | 110001 |
Color Harmonies of #CFC82D
Complementary color
Monochromatic Colors of #CFC82D
Black with #CFC82D
Text Example
Text Example
White with #CFC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC82D; }
p { color: rgb(207,200,45); }
H1.HeaderClassName
{
color: #CFC82D;
}
.AnyTagClassName
{
color: #CFC82D;
}
</style>
background-color css
<style>
a { background-color: #CFC82D; }
a { background-color: rgb(207,200,45); }
div.DivClassName
{
background-color: #CFC82D;
}
.BgClassName
{
background-color: #CFC82D;
}
</style>
border-color css
<style>
span { border-color: #CFC82D; }
span { border-color: rgb(207,200,45); }
td.TdClassName
{
border-color: #CFC82D;
}
.TagClassName
{
border-color: #CFC82D;
}
</style>