Shades of Bird Flower #CFCF08
Tints of Bird Flower #CFCF08
RGB
CMYK
RGB Variations
Color information
#CFCF08 (or 0xCFCF08) is known color: Bird Flower. HEX triplet: CF, CF and 08. RGB value is (207,207,8). Sum of RGB (Red+Green+Blue) = 207+207+8=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCF08 is #3030F7. Grayscale: #B9B9B9. Windows color (decimal): -3158264 or 577487. OLE color: 577487.
HSL color Cylindrical-coordinate representation of color #CFCF08: hue angle of 60º degrees, saturation: 0.93, 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 #CFCF08 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 8 | - |
| CMYK | 0 | 0 | 0.96 | 0.19 |
| HSL | 60º | 0.93% | 0.42% | - |
| HSV(B) | 60º | 0.96% | 0.81% | - |
| XYZ | 48.09 | 57.91 | 8.87 | - |
| YUV | 184.31 | 28.5 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 8 | 0 | 0 | 0.96 | 0.19 | 60 | 0.93 | 0.42 |
| Hex | CF | CF | 8 | 0 | 0 | 60 | 13 | 3C | 5D | 2A |
| Octal | 317 | 317 | 10 | 0 | 0 | 140 | 23 | 74 | 135 | 52 |
| Binary | 11001111 | 11001111 | 1000 | 0 | 0 | 1100000 | 10011 | 111100 | 1011101 | 101010 |
Color Harmonies of #CFCF08
Complementary color
Monochromatic Colors of #CFCF08
Black with #CFCF08
Text Example
Text Example
White with #CFCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF08; }
p { color: rgb(207,207,8); }
H1.HeaderClassName
{
color: #CFCF08;
}
.AnyTagClassName
{
color: #CFCF08;
}
</style>
background-color css
<style>
a { background-color: #CFCF08; }
a { background-color: rgb(207,207,8); }
div.DivClassName
{
background-color: #CFCF08;
}
.BgClassName
{
background-color: #CFCF08;
}
</style>
border-color css
<style>
span { border-color: #CFCF08; }
span { border-color: rgb(207,207,8); }
td.TdClassName
{
border-color: #CFCF08;
}
.TagClassName
{
border-color: #CFCF08;
}
</style>