Shades of Barberry #CFDC0F
Tints of Barberry #CFDC0F
RGB
CMYK
RGB Variations
Color information
#CFDC0F (or 0xCFDC0F) is known color: Barberry. HEX triplet: CF, DC and 0F. RGB value is (207,220,15). Sum of RGB (Red+Green+Blue) = 207+220+15=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC0F is #3023F0. Grayscale: #C1C1C1. Windows color (decimal): -3154929 or 1039567. OLE color: 1039567.
HSL color Cylindrical-coordinate representation of color #CFDC0F: hue angle of 63.8º degrees, saturation: 0.87, 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 #CFDC0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.14 |
| HSL | 63.8º | 0.87% | 0.46% | - |
| HSV(B) | 63.8º | 0.93% | 0.86% | - |
| XYZ | 51.41 | 64.49 | 10.19 | - |
| YUV | 192.74 | 27.69 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 15 | 0.06 | 0 | 0.93 | 0.14 | 63.8 | 0.87 | 0.46 |
| Hex | CF | DC | F | 6 | 0 | 5D | E | 40 | 57 | 2E |
| Octal | 317 | 334 | 17 | 6 | 0 | 135 | 16 | 100 | 127 | 56 |
| Binary | 11001111 | 11011100 | 1111 | 110 | 0 | 1011101 | 1110 | 1000000 | 1010111 | 101110 |
Color Harmonies of #CFDC0F
Complementary color
Monochromatic Colors of #CFDC0F
Black with #CFDC0F
Text Example
Text Example
White with #CFDC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC0F; }
p { color: rgb(207,220,15); }
H1.HeaderClassName
{
color: #CFDC0F;
}
.AnyTagClassName
{
color: #CFDC0F;
}
</style>
background-color css
<style>
a { background-color: #CFDC0F; }
a { background-color: rgb(207,220,15); }
div.DivClassName
{
background-color: #CFDC0F;
}
.BgClassName
{
background-color: #CFDC0F;
}
</style>
border-color css
<style>
span { border-color: #CFDC0F; }
span { border-color: rgb(207,220,15); }
td.TdClassName
{
border-color: #CFDC0F;
}
.TagClassName
{
border-color: #CFDC0F;
}
</style>