Shades of Bird Flower #CFC704
Tints of Bird Flower #CFC704
RGB
CMYK
RGB Variations
Color information
#CFC704 (or 0xCFC704) is known color: Bird Flower. HEX triplet: CF, C7 and 04. RGB value is (207,199,4). Sum of RGB (Red+Green+Blue) = 207+199+4=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC704 is #3038FB. Grayscale: #B3B3B3. Windows color (decimal): -3160316 or 313295. OLE color: 313295.
HSL color Cylindrical-coordinate representation of color #CFC704: hue angle of 57.64º 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 #CFC704 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.19 |
| HSL | 57.64º | 0.96% | 0.41% | - |
| HSV(B) | 57.64º | 0.98% | 0.81% | - |
| XYZ | 46.18 | 54.12 | 8.13 | - |
| YUV | 179.16 | 29.15 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 4 | 0 | 0.04 | 0.98 | 0.19 | 57.64 | 0.96 | 0.41 |
| Hex | CF | C7 | 4 | 0 | 4 | 62 | 13 | 3A | 60 | 29 |
| Octal | 317 | 307 | 4 | 0 | 4 | 142 | 23 | 72 | 140 | 51 |
| Binary | 11001111 | 11000111 | 100 | 0 | 100 | 1100010 | 10011 | 111010 | 1100000 | 101001 |
Color Harmonies of #CFC704
Complementary color
Monochromatic Colors of #CFC704
Black with #CFC704
Text Example
Text Example
White with #CFC704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC704; }
p { color: rgb(207,199,4); }
H1.HeaderClassName
{
color: #CFC704;
}
.AnyTagClassName
{
color: #CFC704;
}
</style>
background-color css
<style>
a { background-color: #CFC704; }
a { background-color: rgb(207,199,4); }
div.DivClassName
{
background-color: #CFC704;
}
.BgClassName
{
background-color: #CFC704;
}
</style>
border-color css
<style>
span { border-color: #CFC704; }
span { border-color: rgb(207,199,4); }
td.TdClassName
{
border-color: #CFC704;
}
.TagClassName
{
border-color: #CFC704;
}
</style>