Shades of Bird Flower #CFC004
Tints of Bird Flower #CFC004
RGB
CMYK
RGB Variations
Color information
#CFC004 (or 0xCFC004) is known color: Bird Flower. HEX triplet: CF, C0 and 04. RGB value is (207,192,4). Sum of RGB (Red+Green+Blue) = 207+192+4=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC004 is #303FFB. Grayscale: #AFAFAF. Windows color (decimal): -3162108 or 311503. OLE color: 311503.
HSL color Cylindrical-coordinate representation of color #CFC004: hue angle of 55.57º 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 #CFC004 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.19 |
| HSL | 55.57º | 0.96% | 0.41% | - |
| HSV(B) | 55.57º | 0.98% | 0.81% | - |
| XYZ | 44.6 | 50.97 | 7.6 | - |
| YUV | 175.05 | 31.47 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 4 | 0 | 0.07 | 0.98 | 0.19 | 55.57 | 0.96 | 0.41 |
| Hex | CF | C0 | 4 | 0 | 7 | 62 | 13 | 38 | 60 | 29 |
| Octal | 317 | 300 | 4 | 0 | 7 | 142 | 23 | 70 | 140 | 51 |
| Binary | 11001111 | 11000000 | 100 | 0 | 111 | 1100010 | 10011 | 111000 | 1100000 | 101001 |
Color Harmonies of #CFC004
Complementary color
Monochromatic Colors of #CFC004
Black with #CFC004
Text Example
Text Example
White with #CFC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC004; }
p { color: rgb(207,192,4); }
H1.HeaderClassName
{
color: #CFC004;
}
.AnyTagClassName
{
color: #CFC004;
}
</style>
background-color css
<style>
a { background-color: #CFC004; }
a { background-color: rgb(207,192,4); }
div.DivClassName
{
background-color: #CFC004;
}
.BgClassName
{
background-color: #CFC004;
}
</style>
border-color css
<style>
span { border-color: #CFC004; }
span { border-color: rgb(207,192,4); }
td.TdClassName
{
border-color: #CFC004;
}
.TagClassName
{
border-color: #CFC004;
}
</style>