Shades of Bird Flower #CFC304
Tints of Bird Flower #CFC304
RGB
CMYK
RGB Variations
Color information
#CFC304 (or 0xCFC304) is known color: Bird Flower. HEX triplet: CF, C3 and 04. RGB value is (207,195,4). Sum of RGB (Red+Green+Blue) = 207+195+4=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC304 is #303CFB. Grayscale: #B1B1B1. Windows color (decimal): -3161340 or 312271. OLE color: 312271.
HSL color Cylindrical-coordinate representation of color #CFC304: hue angle of 56.45º 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 #CFC304 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.19 |
| HSL | 56.45º | 0.96% | 0.41% | - |
| HSV(B) | 56.45º | 0.98% | 0.81% | - |
| XYZ | 45.27 | 52.3 | 7.82 | - |
| YUV | 176.81 | 30.48 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 4 | 0 | 0.06 | 0.98 | 0.19 | 56.45 | 0.96 | 0.41 |
| Hex | CF | C3 | 4 | 0 | 6 | 62 | 13 | 38 | 60 | 29 |
| Octal | 317 | 303 | 4 | 0 | 6 | 142 | 23 | 70 | 140 | 51 |
| Binary | 11001111 | 11000011 | 100 | 0 | 110 | 1100010 | 10011 | 111000 | 1100000 | 101001 |
Color Harmonies of #CFC304
Complementary color
Monochromatic Colors of #CFC304
Black with #CFC304
Text Example
Text Example
White with #CFC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC304; }
p { color: rgb(207,195,4); }
H1.HeaderClassName
{
color: #CFC304;
}
.AnyTagClassName
{
color: #CFC304;
}
</style>
background-color css
<style>
a { background-color: #CFC304; }
a { background-color: rgb(207,195,4); }
div.DivClassName
{
background-color: #CFC304;
}
.BgClassName
{
background-color: #CFC304;
}
</style>
border-color css
<style>
span { border-color: #CFC304; }
span { border-color: rgb(207,195,4); }
td.TdClassName
{
border-color: #CFC304;
}
.TagClassName
{
border-color: #CFC304;
}
</style>