Shades of Bird Flower #CFCB01
Tints of Bird Flower #CFCB01
RGB
CMYK
RGB Variations
Color information
#CFCB01 (or 0xCFCB01) is known color: Bird Flower. HEX triplet: CF, CB and 01. RGB value is (207,203,1). Sum of RGB (Red+Green+Blue) = 207+203+1=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB01 is #3034FE. Grayscale: #B5B5B5. Windows color (decimal): -3159295 or 117711. OLE color: 117711.
HSL color Cylindrical-coordinate representation of color #CFCB01: hue angle of 58.83º 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 #CFCB01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.19 |
| HSL | 58.83º | 0.99% | 0.41% | - |
| HSV(B) | 58.83º | 1% | 0.81% | - |
| XYZ | 47.09 | 55.98 | 8.35 | - |
| YUV | 181.17 | 26.33 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 1 | 0 | 0.02 | 1.00 | 0.19 | 58.83 | 0.99 | 0.41 |
| Hex | CF | CB | 1 | 0 | 2 | 64 | 13 | 3B | 63 | 29 |
| Octal | 317 | 313 | 1 | 0 | 2 | 144 | 23 | 73 | 143 | 51 |
| Binary | 11001111 | 11001011 | 1 | 0 | 10 | 1100100 | 10011 | 111011 | 1100011 | 101001 |
Color Harmonies of #CFCB01
Complementary color
Monochromatic Colors of #CFCB01
Black with #CFCB01
Text Example
Text Example
White with #CFCB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB01; }
p { color: rgb(207,203,1); }
H1.HeaderClassName
{
color: #CFCB01;
}
.AnyTagClassName
{
color: #CFCB01;
}
</style>
background-color css
<style>
a { background-color: #CFCB01; }
a { background-color: rgb(207,203,1); }
div.DivClassName
{
background-color: #CFCB01;
}
.BgClassName
{
background-color: #CFCB01;
}
</style>
border-color css
<style>
span { border-color: #CFCB01; }
span { border-color: rgb(207,203,1); }
td.TdClassName
{
border-color: #CFCB01;
}
.TagClassName
{
border-color: #CFCB01;
}
</style>