Shades of Barberry #CFDF0D
Tints of Barberry #CFDF0D
RGB
CMYK
RGB Variations
Color information
#CFDF0D (or 0xCFDF0D) is known color: Barberry. HEX triplet: CF, DF and 0D. RGB value is (207,223,13). Sum of RGB (Red+Green+Blue) = 207+223+13=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF0D is #3020F2. Grayscale: #C3C3C3. Windows color (decimal): -3154163 or 909263. OLE color: 909263.
HSL color Cylindrical-coordinate representation of color #CFDF0D: hue angle of 64.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFDF0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.13 |
| HSL | 64.57º | 0.89% | 0.46% | - |
| HSV(B) | 64.57º | 0.94% | 0.87% | - |
| XYZ | 52.19 | 66.07 | 10.38 | - |
| YUV | 194.28 | 25.7 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 13 | 0.07 | 0 | 0.94 | 0.13 | 64.57 | 0.89 | 0.46 |
| Hex | CF | DF | D | 7 | 0 | 5E | D | 41 | 59 | 2E |
| Octal | 317 | 337 | 15 | 7 | 0 | 136 | 15 | 101 | 131 | 56 |
| Binary | 11001111 | 11011111 | 1101 | 111 | 0 | 1011110 | 1101 | 1000001 | 1011001 | 101110 |
Color Harmonies of #CFDF0D
Complementary color
Monochromatic Colors of #CFDF0D
Black with #CFDF0D
Text Example
Text Example
White with #CFDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF0D; }
p { color: rgb(207,223,13); }
H1.HeaderClassName
{
color: #CFDF0D;
}
.AnyTagClassName
{
color: #CFDF0D;
}
</style>
background-color css
<style>
a { background-color: #CFDF0D; }
a { background-color: rgb(207,223,13); }
div.DivClassName
{
background-color: #CFDF0D;
}
.BgClassName
{
background-color: #CFDF0D;
}
</style>
border-color css
<style>
span { border-color: #CFDF0D; }
span { border-color: rgb(207,223,13); }
td.TdClassName
{
border-color: #CFDF0D;
}
.TagClassName
{
border-color: #CFDF0D;
}
</style>