Shades of Bird Flower #CFCA04
Tints of Bird Flower #CFCA04
RGB
CMYK
RGB Variations
Color information
#CFCA04 (or 0xCFCA04) is known color: Bird Flower. HEX triplet: CF, CA and 04. RGB value is (207,202,4). Sum of RGB (Red+Green+Blue) = 207+202+4=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA04 is #3035FB. Grayscale: #B5B5B5. Windows color (decimal): -3159548 or 314063. OLE color: 314063.
HSL color Cylindrical-coordinate representation of color #CFCA04: hue angle of 58.52º 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 #CFCA04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.19 |
| HSL | 58.52º | 0.96% | 0.41% | - |
| HSV(B) | 58.52º | 0.98% | 0.81% | - |
| XYZ | 46.87 | 55.52 | 8.36 | - |
| YUV | 180.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 4 | 0 | 0.02 | 0.98 | 0.19 | 58.52 | 0.96 | 0.41 |
| Hex | CF | CA | 4 | 0 | 2 | 62 | 13 | 3B | 60 | 29 |
| Octal | 317 | 312 | 4 | 0 | 2 | 142 | 23 | 73 | 140 | 51 |
| Binary | 11001111 | 11001010 | 100 | 0 | 10 | 1100010 | 10011 | 111011 | 1100000 | 101001 |
Color Harmonies of #CFCA04
Complementary color
Monochromatic Colors of #CFCA04
Black with #CFCA04
Text Example
Text Example
White with #CFCA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA04; }
p { color: rgb(207,202,4); }
H1.HeaderClassName
{
color: #CFCA04;
}
.AnyTagClassName
{
color: #CFCA04;
}
</style>
background-color css
<style>
a { background-color: #CFCA04; }
a { background-color: rgb(207,202,4); }
div.DivClassName
{
background-color: #CFCA04;
}
.BgClassName
{
background-color: #CFCA04;
}
</style>
border-color css
<style>
span { border-color: #CFCA04; }
span { border-color: rgb(207,202,4); }
td.TdClassName
{
border-color: #CFCA04;
}
.TagClassName
{
border-color: #CFCA04;
}
</style>