Shades of Barberry #CFDE0C
Tints of Barberry #CFDE0C
RGB
CMYK
RGB Variations
Color information
#CFDE0C (or 0xCFDE0C) is known color: Barberry. HEX triplet: CF, DE and 0C. RGB value is (207,222,12). Sum of RGB (Red+Green+Blue) = 207+222+12=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE0C is #3021F3. Grayscale: #C2C2C2. Windows color (decimal): -3154420 or 843471. OLE color: 843471.
HSL color Cylindrical-coordinate representation of color #CFDE0C: hue angle of 64.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFDE0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.13 |
| HSL | 64.29º | 0.9% | 0.46% | - |
| HSV(B) | 64.29º | 0.95% | 0.87% | - |
| XYZ | 51.92 | 65.53 | 10.26 | - |
| YUV | 193.58 | 25.53 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 12 | 0.07 | 0 | 0.95 | 0.13 | 64.29 | 0.9 | 0.46 |
| Hex | CF | DE | C | 7 | 0 | 5F | D | 40 | 5A | 2E |
| Octal | 317 | 336 | 14 | 7 | 0 | 137 | 15 | 100 | 132 | 56 |
| Binary | 11001111 | 11011110 | 1100 | 111 | 0 | 1011111 | 1101 | 1000000 | 1011010 | 101110 |
Color Harmonies of #CFDE0C
Complementary color
Monochromatic Colors of #CFDE0C
Black with #CFDE0C
Text Example
Text Example
White with #CFDE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE0C; }
p { color: rgb(207,222,12); }
H1.HeaderClassName
{
color: #CFDE0C;
}
.AnyTagClassName
{
color: #CFDE0C;
}
</style>
background-color css
<style>
a { background-color: #CFDE0C; }
a { background-color: rgb(207,222,12); }
div.DivClassName
{
background-color: #CFDE0C;
}
.BgClassName
{
background-color: #CFDE0C;
}
</style>
border-color css
<style>
span { border-color: #CFDE0C; }
span { border-color: rgb(207,222,12); }
td.TdClassName
{
border-color: #CFDE0C;
}
.TagClassName
{
border-color: #CFDE0C;
}
</style>