Shades of Bird Flower #CFBC04
Tints of Bird Flower #CFBC04
RGB
CMYK
RGB Variations
Color information
#CFBC04 (or 0xCFBC04) is known color: Bird Flower. HEX triplet: CF, BC and 04. RGB value is (207,188,4). Sum of RGB (Red+Green+Blue) = 207+188+4=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC04 is #3043FB. Grayscale: #ADADAD. Windows color (decimal): -3163132 or 310479. OLE color: 310479.
HSL color Cylindrical-coordinate representation of color #CFBC04: hue angle of 54.38º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFBC04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.19 |
| HSL | 54.38º | 0.96% | 0.41% | - |
| HSV(B) | 54.38º | 0.98% | 0.81% | - |
| XYZ | 43.74 | 49.24 | 7.31 | - |
| YUV | 172.71 | 32.79 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 4 | 0 | 0.09 | 0.98 | 0.19 | 54.38 | 0.96 | 0.41 |
| Hex | CF | BC | 4 | 0 | 9 | 62 | 13 | 36 | 60 | 29 |
| Octal | 317 | 274 | 4 | 0 | 11 | 142 | 23 | 66 | 140 | 51 |
| Binary | 11001111 | 10111100 | 100 | 0 | 1001 | 1100010 | 10011 | 110110 | 1100000 | 101001 |
Color Harmonies of #CFBC04
Complementary color
Monochromatic Colors of #CFBC04
Black with #CFBC04
Text Example
Text Example
White with #CFBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC04; }
p { color: rgb(207,188,4); }
H1.HeaderClassName
{
color: #CFBC04;
}
.AnyTagClassName
{
color: #CFBC04;
}
</style>
background-color css
<style>
a { background-color: #CFBC04; }
a { background-color: rgb(207,188,4); }
div.DivClassName
{
background-color: #CFBC04;
}
.BgClassName
{
background-color: #CFBC04;
}
</style>
border-color css
<style>
span { border-color: #CFBC04; }
span { border-color: rgb(207,188,4); }
td.TdClassName
{
border-color: #CFBC04;
}
.TagClassName
{
border-color: #CFBC04;
}
</style>