Shades of Barberry #CFDF10
Tints of Barberry #CFDF10
RGB
CMYK
RGB Variations
Color information
#CFDF10 (or 0xCFDF10) is known color: Barberry. HEX triplet: CF, DF and 10. RGB value is (207,223,16). Sum of RGB (Red+Green+Blue) = 207+223+16=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF10 is #3020EF. Grayscale: #C3C3C3. Windows color (decimal): -3154160 or 1105871. OLE color: 1105871.
HSL color Cylindrical-coordinate representation of color #CFDF10: hue angle of 64.64º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFDF10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.13 |
| HSL | 64.64º | 0.87% | 0.47% | - |
| HSV(B) | 64.64º | 0.93% | 0.87% | - |
| XYZ | 52.21 | 66.08 | 10.49 | - |
| YUV | 194.62 | 27.2 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 16 | 0.07 | 0 | 0.93 | 0.13 | 64.64 | 0.87 | 0.47 |
| Hex | CF | DF | 10 | 7 | 0 | 5D | D | 41 | 57 | 2F |
| Octal | 317 | 337 | 20 | 7 | 0 | 135 | 15 | 101 | 127 | 57 |
| Binary | 11001111 | 11011111 | 10000 | 111 | 0 | 1011101 | 1101 | 1000001 | 1010111 | 101111 |
Color Harmonies of #CFDF10
Complementary color
Monochromatic Colors of #CFDF10
Black with #CFDF10
Text Example
Text Example
White with #CFDF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF10; }
p { color: rgb(207,223,16); }
H1.HeaderClassName
{
color: #CFDF10;
}
.AnyTagClassName
{
color: #CFDF10;
}
</style>
background-color css
<style>
a { background-color: #CFDF10; }
a { background-color: rgb(207,223,16); }
div.DivClassName
{
background-color: #CFDF10;
}
.BgClassName
{
background-color: #CFDF10;
}
</style>
border-color css
<style>
span { border-color: #CFDF10; }
span { border-color: rgb(207,223,16); }
td.TdClassName
{
border-color: #CFDF10;
}
.TagClassName
{
border-color: #CFDF10;
}
</style>