Shades of Barberry #CFC825
Tints of Barberry #CFC825
RGB
CMYK
RGB Variations
Color information
#CFC825 (or 0xCFC825) is known color: Barberry. HEX triplet: CF, C8 and 25. RGB value is (207,200,37). Sum of RGB (Red+Green+Blue) = 207+200+37=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC825 is #3037DA. Grayscale: #B8B8B8. Windows color (decimal): -3160027 or 2476239. OLE color: 2476239.
HSL color Cylindrical-coordinate representation of color #CFC825: hue angle of 57.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFC825 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 37 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.19 |
| HSL | 57.53º | 0.7% | 0.48% | - |
| HSV(B) | 57.53º | 0.82% | 0.81% | - |
| XYZ | 46.72 | 54.71 | 9.85 | - |
| YUV | 183.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 37 | 0 | 0.03 | 0.82 | 0.19 | 57.53 | 0.7 | 0.48 |
| Hex | CF | C8 | 25 | 0 | 3 | 52 | 13 | 3A | 46 | 30 |
| Octal | 317 | 310 | 45 | 0 | 3 | 122 | 23 | 72 | 106 | 60 |
| Binary | 11001111 | 11001000 | 100101 | 0 | 11 | 1010010 | 10011 | 111010 | 1000110 | 110000 |
Color Harmonies of #CFC825
Complementary color
Monochromatic Colors of #CFC825
Black with #CFC825
Text Example
Text Example
White with #CFC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC825; }
p { color: rgb(207,200,37); }
H1.HeaderClassName
{
color: #CFC825;
}
.AnyTagClassName
{
color: #CFC825;
}
</style>
background-color css
<style>
a { background-color: #CFC825; }
a { background-color: rgb(207,200,37); }
div.DivClassName
{
background-color: #CFC825;
}
.BgClassName
{
background-color: #CFC825;
}
</style>
border-color css
<style>
span { border-color: #CFC825; }
span { border-color: rgb(207,200,37); }
td.TdClassName
{
border-color: #CFC825;
}
.TagClassName
{
border-color: #CFC825;
}
</style>