Shades of Barberry #CFDF0A
Tints of Barberry #CFDF0A
RGB
CMYK
RGB Variations
Color information
#CFDF0A (or 0xCFDF0A) is known color: Barberry. HEX triplet: CF, DF and 0A. RGB value is (207,223,10). Sum of RGB (Red+Green+Blue) = 207+223+10=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF0A is #3020F5. Grayscale: #C2C2C2. Windows color (decimal): -3154166 or 712655. OLE color: 712655.
HSL color Cylindrical-coordinate representation of color #CFDF0A: hue angle of 64.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFDF0A is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 10 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.13 |
| HSL | 64.51º | 0.91% | 0.46% | - |
| HSV(B) | 64.51º | 0.96% | 0.87% | - |
| XYZ | 52.17 | 66.06 | 10.29 | - |
| YUV | 193.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 10 | 0.07 | 0 | 0.96 | 0.13 | 64.51 | 0.91 | 0.46 |
| Hex | CF | DF | A | 7 | 0 | 60 | D | 41 | 5B | 2E |
| Octal | 317 | 337 | 12 | 7 | 0 | 140 | 15 | 101 | 133 | 56 |
| Binary | 11001111 | 11011111 | 1010 | 111 | 0 | 1100000 | 1101 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CFDF0A
Complementary color
Monochromatic Colors of #CFDF0A
Black with #CFDF0A
Text Example
Text Example
White with #CFDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF0A; }
p { color: rgb(207,223,10); }
H1.HeaderClassName
{
color: #CFDF0A;
}
.AnyTagClassName
{
color: #CFDF0A;
}
</style>
background-color css
<style>
a { background-color: #CFDF0A; }
a { background-color: rgb(207,223,10); }
div.DivClassName
{
background-color: #CFDF0A;
}
.BgClassName
{
background-color: #CFDF0A;
}
</style>
border-color css
<style>
span { border-color: #CFDF0A; }
span { border-color: rgb(207,223,10); }
td.TdClassName
{
border-color: #CFDF0A;
}
.TagClassName
{
border-color: #CFDF0A;
}
</style>