Shades of Barberry #CFDC10
Tints of Barberry #CFDC10
RGB
CMYK
RGB Variations
Color information
#CFDC10 (or 0xCFDC10) is known color: Barberry. HEX triplet: CF, DC and 10. RGB value is (207,220,16). Sum of RGB (Red+Green+Blue) = 207+220+16=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC10 is #3023EF. Grayscale: #C1C1C1. Windows color (decimal): -3154928 or 1105103. OLE color: 1105103.
HSL color Cylindrical-coordinate representation of color #CFDC10: hue angle of 63.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFDC10 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 16 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.14 |
| HSL | 63.82º | 0.86% | 0.46% | - |
| HSV(B) | 63.82º | 0.93% | 0.86% | - |
| XYZ | 51.42 | 64.49 | 10.23 | - |
| YUV | 192.86 | 28.19 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 16 | 0.06 | 0 | 0.93 | 0.14 | 63.82 | 0.86 | 0.46 |
| Hex | CF | DC | 10 | 6 | 0 | 5D | E | 40 | 56 | 2E |
| Octal | 317 | 334 | 20 | 6 | 0 | 135 | 16 | 100 | 126 | 56 |
| Binary | 11001111 | 11011100 | 10000 | 110 | 0 | 1011101 | 1110 | 1000000 | 1010110 | 101110 |
Color Harmonies of #CFDC10
Complementary color
Monochromatic Colors of #CFDC10
Black with #CFDC10
Text Example
Text Example
White with #CFDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC10; }
p { color: rgb(207,220,16); }
H1.HeaderClassName
{
color: #CFDC10;
}
.AnyTagClassName
{
color: #CFDC10;
}
</style>
background-color css
<style>
a { background-color: #CFDC10; }
a { background-color: rgb(207,220,16); }
div.DivClassName
{
background-color: #CFDC10;
}
.BgClassName
{
background-color: #CFDC10;
}
</style>
border-color css
<style>
span { border-color: #CFDC10; }
span { border-color: rgb(207,220,16); }
td.TdClassName
{
border-color: #CFDC10;
}
.TagClassName
{
border-color: #CFDC10;
}
</style>