Shades of Barberry #CFD918
Tints of Barberry #CFD918
RGB
CMYK
RGB Variations
Color information
#CFD918 (or 0xCFD918) is known color: Barberry. HEX triplet: CF, D9 and 18. RGB value is (207,217,24). Sum of RGB (Red+Green+Blue) = 207+217+24=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD918 is #3026E7. Grayscale: #C0C0C0. Windows color (decimal): -3155688 or 1628623. OLE color: 1628623.
HSL color Cylindrical-coordinate representation of color #CFD918: hue angle of 63.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFD918 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 24 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.15 |
| HSL | 63.11º | 0.8% | 0.47% | - |
| HSV(B) | 63.11º | 0.89% | 0.85% | - |
| XYZ | 50.71 | 62.96 | 10.34 | - |
| YUV | 192.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 24 | 0.05 | 0 | 0.89 | 0.15 | 63.11 | 0.8 | 0.47 |
| Hex | CF | D9 | 18 | 5 | 0 | 59 | F | 3F | 50 | 2F |
| Octal | 317 | 331 | 30 | 5 | 0 | 131 | 17 | 77 | 120 | 57 |
| Binary | 11001111 | 11011001 | 11000 | 101 | 0 | 1011001 | 1111 | 111111 | 1010000 | 101111 |
Color Harmonies of #CFD918
Complementary color
Monochromatic Colors of #CFD918
Black with #CFD918
Text Example
Text Example
White with #CFD918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD918; }
p { color: rgb(207,217,24); }
H1.HeaderClassName
{
color: #CFD918;
}
.AnyTagClassName
{
color: #CFD918;
}
</style>
background-color css
<style>
a { background-color: #CFD918; }
a { background-color: rgb(207,217,24); }
div.DivClassName
{
background-color: #CFD918;
}
.BgClassName
{
background-color: #CFD918;
}
</style>
border-color css
<style>
span { border-color: #CFD918; }
span { border-color: rgb(207,217,24); }
td.TdClassName
{
border-color: #CFD918;
}
.TagClassName
{
border-color: #CFD918;
}
</style>