Shades of Bird Flower #CFBC01
Tints of Bird Flower #CFBC01
RGB
CMYK
RGB Variations
Color information
#CFBC01 (or 0xCFBC01) is known color: Bird Flower. HEX triplet: CF, BC and 01. RGB value is (207,188,1). Sum of RGB (Red+Green+Blue) = 207+188+1=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC01 is #3043FE. Grayscale: #ADADAD. Windows color (decimal): -3163135 or 113871. OLE color: 113871.
HSL color Cylindrical-coordinate representation of color #CFBC01: hue angle of 54.47º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFBC01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.19 |
| HSL | 54.47º | 0.99% | 0.41% | - |
| HSV(B) | 54.47º | 1% | 0.81% | - |
| XYZ | 43.72 | 49.23 | 7.23 | - |
| YUV | 172.36 | 31.29 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 1 | 0 | 0.09 | 1.00 | 0.19 | 54.47 | 0.99 | 0.41 |
| Hex | CF | BC | 1 | 0 | 9 | 64 | 13 | 36 | 63 | 29 |
| Octal | 317 | 274 | 1 | 0 | 11 | 144 | 23 | 66 | 143 | 51 |
| Binary | 11001111 | 10111100 | 1 | 0 | 1001 | 1100100 | 10011 | 110110 | 1100011 | 101001 |
Color Harmonies of #CFBC01
Complementary color
Monochromatic Colors of #CFBC01
Black with #CFBC01
Text Example
Text Example
White with #CFBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC01; }
p { color: rgb(207,188,1); }
H1.HeaderClassName
{
color: #CFBC01;
}
.AnyTagClassName
{
color: #CFBC01;
}
</style>
background-color css
<style>
a { background-color: #CFBC01; }
a { background-color: rgb(207,188,1); }
div.DivClassName
{
background-color: #CFBC01;
}
.BgClassName
{
background-color: #CFBC01;
}
</style>
border-color css
<style>
span { border-color: #CFBC01; }
span { border-color: rgb(207,188,1); }
td.TdClassName
{
border-color: #CFBC01;
}
.TagClassName
{
border-color: #CFBC01;
}
</style>