Shades of Barberry #CFD912
Tints of Barberry #CFD912
RGB
CMYK
RGB Variations
Color information
#CFD912 (or 0xCFD912) is known color: Barberry. HEX triplet: CF, D9 and 12. RGB value is (207,217,18). Sum of RGB (Red+Green+Blue) = 207+217+18=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD912 is #3026ED. Grayscale: #C0C0C0. Windows color (decimal): -3155694 or 1235407. OLE color: 1235407.
HSL color Cylindrical-coordinate representation of color #CFD912: hue angle of 63.02º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFD912 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 18 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.15 |
| HSL | 63.02º | 0.85% | 0.46% | - |
| HSV(B) | 63.02º | 0.92% | 0.85% | - |
| XYZ | 50.65 | 62.93 | 10.05 | - |
| YUV | 191.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 18 | 0.05 | 0 | 0.92 | 0.15 | 63.02 | 0.85 | 0.46 |
| Hex | CF | D9 | 12 | 5 | 0 | 5C | F | 3F | 55 | 2E |
| Octal | 317 | 331 | 22 | 5 | 0 | 134 | 17 | 77 | 125 | 56 |
| Binary | 11001111 | 11011001 | 10010 | 101 | 0 | 1011100 | 1111 | 111111 | 1010101 | 101110 |
Color Harmonies of #CFD912
Complementary color
Monochromatic Colors of #CFD912
Black with #CFD912
Text Example
Text Example
White with #CFD912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD912; }
p { color: rgb(207,217,18); }
H1.HeaderClassName
{
color: #CFD912;
}
.AnyTagClassName
{
color: #CFD912;
}
</style>
background-color css
<style>
a { background-color: #CFD912; }
a { background-color: rgb(207,217,18); }
div.DivClassName
{
background-color: #CFD912;
}
.BgClassName
{
background-color: #CFD912;
}
</style>
border-color css
<style>
span { border-color: #CFD912; }
span { border-color: rgb(207,217,18); }
td.TdClassName
{
border-color: #CFD912;
}
.TagClassName
{
border-color: #CFD912;
}
</style>