Shades of Bird Flower #CFCB09
Tints of Bird Flower #CFCB09
RGB
CMYK
RGB Variations
Color information
#CFCB09 (or 0xCFCB09) is known color: Bird Flower. HEX triplet: CF, CB and 09. RGB value is (207,203,9). Sum of RGB (Red+Green+Blue) = 207+203+9=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB09 is #3034F6. Grayscale: #B6B6B6. Windows color (decimal): -3159287 or 641999. OLE color: 641999.
HSL color Cylindrical-coordinate representation of color #CFCB09: hue angle of 58.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFCB09 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.19 |
| HSL | 58.79º | 0.92% | 0.42% | - |
| HSV(B) | 58.79º | 0.96% | 0.81% | - |
| XYZ | 47.14 | 56 | 8.58 | - |
| YUV | 182.08 | 30.33 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 9 | 0 | 0.02 | 0.96 | 0.19 | 58.79 | 0.92 | 0.42 |
| Hex | CF | CB | 9 | 0 | 2 | 60 | 13 | 3B | 5C | 2A |
| Octal | 317 | 313 | 11 | 0 | 2 | 140 | 23 | 73 | 134 | 52 |
| Binary | 11001111 | 11001011 | 1001 | 0 | 10 | 1100000 | 10011 | 111011 | 1011100 | 101010 |
Color Harmonies of #CFCB09
Complementary color
Monochromatic Colors of #CFCB09
Black with #CFCB09
Text Example
Text Example
White with #CFCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB09; }
p { color: rgb(207,203,9); }
H1.HeaderClassName
{
color: #CFCB09;
}
.AnyTagClassName
{
color: #CFCB09;
}
</style>
background-color css
<style>
a { background-color: #CFCB09; }
a { background-color: rgb(207,203,9); }
div.DivClassName
{
background-color: #CFCB09;
}
.BgClassName
{
background-color: #CFCB09;
}
</style>
border-color css
<style>
span { border-color: #CFCB09; }
span { border-color: rgb(207,203,9); }
td.TdClassName
{
border-color: #CFCB09;
}
.TagClassName
{
border-color: #CFCB09;
}
</style>