Shades of Barberry #CFDF12
Tints of Barberry #CFDF12
RGB
CMYK
RGB Variations
Color information
#CFDF12 (or 0xCFDF12) is known color: Barberry. HEX triplet: CF, DF and 12. RGB value is (207,223,18). Sum of RGB (Red+Green+Blue) = 207+223+18=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDF12 is #3020ED. Grayscale: #C3C3C3. Windows color (decimal): -3154158 or 1236943. OLE color: 1236943.
HSL color Cylindrical-coordinate representation of color #CFDF12: hue angle of 64.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFDF12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.13 |
| HSL | 64.68º | 0.85% | 0.47% | - |
| HSV(B) | 64.68º | 0.92% | 0.87% | - |
| XYZ | 52.23 | 66.08 | 10.58 | - |
| YUV | 194.85 | 28.2 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 18 | 0.07 | 0 | 0.92 | 0.13 | 64.68 | 0.85 | 0.47 |
| Hex | CF | DF | 12 | 7 | 0 | 5C | D | 41 | 55 | 2F |
| Octal | 317 | 337 | 22 | 7 | 0 | 134 | 15 | 101 | 125 | 57 |
| Binary | 11001111 | 11011111 | 10010 | 111 | 0 | 1011100 | 1101 | 1000001 | 1010101 | 101111 |
Color Harmonies of #CFDF12
Complementary color
Monochromatic Colors of #CFDF12
Black with #CFDF12
Text Example
Text Example
White with #CFDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF12; }
p { color: rgb(207,223,18); }
H1.HeaderClassName
{
color: #CFDF12;
}
.AnyTagClassName
{
color: #CFDF12;
}
</style>
background-color css
<style>
a { background-color: #CFDF12; }
a { background-color: rgb(207,223,18); }
div.DivClassName
{
background-color: #CFDF12;
}
.BgClassName
{
background-color: #CFDF12;
}
</style>
border-color css
<style>
span { border-color: #CFDF12; }
span { border-color: rgb(207,223,18); }
td.TdClassName
{
border-color: #CFDF12;
}
.TagClassName
{
border-color: #CFDF12;
}
</style>