Shades of Barberry #CFDF0B
Tints of Barberry #CFDF0B
RGB
CMYK
RGB Variations
Color information
#CFDF0B (or 0xCFDF0B) is known color: Barberry. HEX triplet: CF, DF and 0B. RGB value is (207,223,11). Sum of RGB (Red+Green+Blue) = 207+223+11=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF0B is #3020F4. Grayscale: #C2C2C2. Windows color (decimal): -3154165 or 778191. OLE color: 778191.
HSL color Cylindrical-coordinate representation of color #CFDF0B: hue angle of 64.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFDF0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.13 |
| HSL | 64.53º | 0.91% | 0.46% | - |
| HSV(B) | 64.53º | 0.95% | 0.87% | - |
| XYZ | 52.18 | 66.06 | 10.32 | - |
| YUV | 194.05 | 24.7 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 11 | 0.07 | 0 | 0.95 | 0.13 | 64.53 | 0.91 | 0.46 |
| Hex | CF | DF | B | 7 | 0 | 5F | D | 41 | 5B | 2E |
| Octal | 317 | 337 | 13 | 7 | 0 | 137 | 15 | 101 | 133 | 56 |
| Binary | 11001111 | 11011111 | 1011 | 111 | 0 | 1011111 | 1101 | 1000001 | 1011011 | 101110 |
Color Harmonies of #CFDF0B
Complementary color
Monochromatic Colors of #CFDF0B
Black with #CFDF0B
Text Example
Text Example
White with #CFDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF0B; }
p { color: rgb(207,223,11); }
H1.HeaderClassName
{
color: #CFDF0B;
}
.AnyTagClassName
{
color: #CFDF0B;
}
</style>
background-color css
<style>
a { background-color: #CFDF0B; }
a { background-color: rgb(207,223,11); }
div.DivClassName
{
background-color: #CFDF0B;
}
.BgClassName
{
background-color: #CFDF0B;
}
</style>
border-color css
<style>
span { border-color: #CFDF0B; }
span { border-color: rgb(207,223,11); }
td.TdClassName
{
border-color: #CFDF0B;
}
.TagClassName
{
border-color: #CFDF0B;
}
</style>