Shades of Bird Flower #CFC804
Tints of Bird Flower #CFC804
RGB
CMYK
RGB Variations
Color information
#CFC804 (or 0xCFC804) is known color: Bird Flower. HEX triplet: CF, C8 and 04. RGB value is (207,200,4). Sum of RGB (Red+Green+Blue) = 207+200+4=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC804 is #3037FB. Grayscale: #B4B4B4. Windows color (decimal): -3160060 or 313551. OLE color: 313551.
HSL color Cylindrical-coordinate representation of color #CFC804: hue angle of 57.93º 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 #CFC804 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.19 |
| HSL | 57.93º | 0.96% | 0.41% | - |
| HSV(B) | 57.93º | 0.98% | 0.81% | - |
| XYZ | 46.41 | 54.58 | 8.2 | - |
| YUV | 179.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 4 | 0 | 0.03 | 0.98 | 0.19 | 57.93 | 0.96 | 0.41 |
| Hex | CF | C8 | 4 | 0 | 3 | 62 | 13 | 3A | 60 | 29 |
| Octal | 317 | 310 | 4 | 0 | 3 | 142 | 23 | 72 | 140 | 51 |
| Binary | 11001111 | 11001000 | 100 | 0 | 11 | 1100010 | 10011 | 111010 | 1100000 | 101001 |
Color Harmonies of #CFC804
Complementary color
Monochromatic Colors of #CFC804
Black with #CFC804
Text Example
Text Example
White with #CFC804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC804; }
p { color: rgb(207,200,4); }
H1.HeaderClassName
{
color: #CFC804;
}
.AnyTagClassName
{
color: #CFC804;
}
</style>
background-color css
<style>
a { background-color: #CFC804; }
a { background-color: rgb(207,200,4); }
div.DivClassName
{
background-color: #CFC804;
}
.BgClassName
{
background-color: #CFC804;
}
</style>
border-color css
<style>
span { border-color: #CFC804; }
span { border-color: rgb(207,200,4); }
td.TdClassName
{
border-color: #CFC804;
}
.TagClassName
{
border-color: #CFC804;
}
</style>