Shades of Bird Flower #CFC200
Tints of Bird Flower #CFC200
RGB
CMYK
RGB Variations
Color information
#CFC200 (or 0xCFC200) is known color: Bird Flower. HEX triplet: CF, C2 and 00. RGB value is (207,194,0). Sum of RGB (Red+Green+Blue) = 207+194+0=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC200 is #303DFF. Grayscale: #B0B0B0. Windows color (decimal): -3161600 or 49871. OLE color: 49871.
HSL color Cylindrical-coordinate representation of color #CFC200: hue angle of 56.23º 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 #CFC200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.19 |
| HSL | 56.23º | 1% | 0.41% | - |
| HSV(B) | 56.23º | 1% | 0.81% | - |
| XYZ | 45.02 | 51.85 | 7.63 | - |
| YUV | 175.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 0 | 0 | 0.06 | 1 | 0.19 | 56.23 | 1 | 0.41 |
| Hex | CF | C2 | 0 | 0 | 6 | 64 | 13 | 38 | 64 | 29 |
| Octal | 317 | 302 | 0 | 0 | 6 | 144 | 23 | 70 | 144 | 51 |
| Binary | 11001111 | 11000010 | 0 | 0 | 110 | 1100100 | 10011 | 111000 | 1100100 | 101001 |
Color Harmonies of #CFC200
Complementary color
Monochromatic Colors of #CFC200
Black with #CFC200
Text Example
Text Example
White with #CFC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC200; }
p { color: rgb(207,194,0); }
H1.HeaderClassName
{
color: #CFC200;
}
.AnyTagClassName
{
color: #CFC200;
}
</style>
background-color css
<style>
a { background-color: #CFC200; }
a { background-color: rgb(207,194,0); }
div.DivClassName
{
background-color: #CFC200;
}
.BgClassName
{
background-color: #CFC200;
}
</style>
border-color css
<style>
span { border-color: #CFC200; }
span { border-color: rgb(207,194,0); }
td.TdClassName
{
border-color: #CFC200;
}
.TagClassName
{
border-color: #CFC200;
}
</style>