Shades of Bird Flower #CFC404
Tints of Bird Flower #CFC404
RGB
CMYK
RGB Variations
Color information
#CFC404 (or 0xCFC404) is known color: Bird Flower. HEX triplet: CF, C4 and 04. RGB value is (207,196,4). Sum of RGB (Red+Green+Blue) = 207+196+4=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC404 is #303BFB. Grayscale: #B2B2B2. Windows color (decimal): -3161084 or 312527. OLE color: 312527.
HSL color Cylindrical-coordinate representation of color #CFC404: hue angle of 56.75º 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 #CFC404 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.19 |
| HSL | 56.75º | 0.96% | 0.41% | - |
| HSV(B) | 56.75º | 0.98% | 0.81% | - |
| XYZ | 45.49 | 52.75 | 7.9 | - |
| YUV | 177.4 | 30.14 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 4 | 0 | 0.05 | 0.98 | 0.19 | 56.75 | 0.96 | 0.41 |
| Hex | CF | C4 | 4 | 0 | 5 | 62 | 13 | 39 | 60 | 29 |
| Octal | 317 | 304 | 4 | 0 | 5 | 142 | 23 | 71 | 140 | 51 |
| Binary | 11001111 | 11000100 | 100 | 0 | 101 | 1100010 | 10011 | 111001 | 1100000 | 101001 |
Color Harmonies of #CFC404
Complementary color
Monochromatic Colors of #CFC404
Black with #CFC404
Text Example
Text Example
White with #CFC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC404; }
p { color: rgb(207,196,4); }
H1.HeaderClassName
{
color: #CFC404;
}
.AnyTagClassName
{
color: #CFC404;
}
</style>
background-color css
<style>
a { background-color: #CFC404; }
a { background-color: rgb(207,196,4); }
div.DivClassName
{
background-color: #CFC404;
}
.BgClassName
{
background-color: #CFC404;
}
</style>
border-color css
<style>
span { border-color: #CFC404; }
span { border-color: rgb(207,196,4); }
td.TdClassName
{
border-color: #CFC404;
}
.TagClassName
{
border-color: #CFC404;
}
</style>