Shades of Bird Flower #CFBC08
Tints of Bird Flower #CFBC08
RGB
CMYK
RGB Variations
Color information
#CFBC08 (or 0xCFBC08) is known color: Bird Flower. HEX triplet: CF, BC and 08. RGB value is (207,188,8). Sum of RGB (Red+Green+Blue) = 207+188+8=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC08 is #3043F7. Grayscale: #ADADAD. Windows color (decimal): -3163128 or 572623. OLE color: 572623.
HSL color Cylindrical-coordinate representation of color #CFBC08: hue angle of 54.27º 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 #CFBC08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.19 |
| HSL | 54.27º | 0.93% | 0.42% | - |
| HSV(B) | 54.27º | 0.96% | 0.81% | - |
| XYZ | 43.76 | 49.25 | 7.43 | - |
| YUV | 173.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 8 | 0 | 0.09 | 0.96 | 0.19 | 54.27 | 0.93 | 0.42 |
| Hex | CF | BC | 8 | 0 | 9 | 60 | 13 | 36 | 5D | 2A |
| Octal | 317 | 274 | 10 | 0 | 11 | 140 | 23 | 66 | 135 | 52 |
| Binary | 11001111 | 10111100 | 1000 | 0 | 1001 | 1100000 | 10011 | 110110 | 1011101 | 101010 |
Color Harmonies of #CFBC08
Complementary color
Monochromatic Colors of #CFBC08
Black with #CFBC08
Text Example
Text Example
White with #CFBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC08; }
p { color: rgb(207,188,8); }
H1.HeaderClassName
{
color: #CFBC08;
}
.AnyTagClassName
{
color: #CFBC08;
}
</style>
background-color css
<style>
a { background-color: #CFBC08; }
a { background-color: rgb(207,188,8); }
div.DivClassName
{
background-color: #CFBC08;
}
.BgClassName
{
background-color: #CFBC08;
}
</style>
border-color css
<style>
span { border-color: #CFBC08; }
span { border-color: rgb(207,188,8); }
td.TdClassName
{
border-color: #CFBC08;
}
.TagClassName
{
border-color: #CFBC08;
}
</style>