Shades of Bird Flower #CFC800
Tints of Bird Flower #CFC800
RGB
CMYK
RGB Variations
Color information
#CFC800 (or 0xCFC800) is known color: Bird Flower. HEX triplet: CF, C8 and 00. RGB value is (207,200,0). Sum of RGB (Red+Green+Blue) = 207+200+0=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC800 is #3037FF. Grayscale: #B4B4B4. Windows color (decimal): -3160064 or 51407. OLE color: 51407.
HSL color Cylindrical-coordinate representation of color #CFC800: hue angle of 57.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFC800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.19 |
| HSL | 57.97º | 1% | 0.41% | - |
| HSV(B) | 57.97º | 1% | 0.81% | - |
| XYZ | 46.39 | 54.57 | 8.09 | - |
| YUV | 179.29 | 26.82 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 0 | 0 | 0.03 | 1 | 0.19 | 57.97 | 1 | 0.41 |
| Hex | CF | C8 | 0 | 0 | 3 | 64 | 13 | 3A | 64 | 29 |
| Octal | 317 | 310 | 0 | 0 | 3 | 144 | 23 | 72 | 144 | 51 |
| Binary | 11001111 | 11001000 | 0 | 0 | 11 | 1100100 | 10011 | 111010 | 1100100 | 101001 |
Color Harmonies of #CFC800
Complementary color
Monochromatic Colors of #CFC800
Black with #CFC800
Text Example
Text Example
White with #CFC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC800; }
p { color: rgb(207,200,0); }
H1.HeaderClassName
{
color: #CFC800;
}
.AnyTagClassName
{
color: #CFC800;
}
</style>
background-color css
<style>
a { background-color: #CFC800; }
a { background-color: rgb(207,200,0); }
div.DivClassName
{
background-color: #CFC800;
}
.BgClassName
{
background-color: #CFC800;
}
</style>
border-color css
<style>
span { border-color: #CFC800; }
span { border-color: rgb(207,200,0); }
td.TdClassName
{
border-color: #CFC800;
}
.TagClassName
{
border-color: #CFC800;
}
</style>