Shades of Bird Flower #CFC51A
Tints of Bird Flower #CFC51A
RGB
CMYK
RGB Variations
Color information
#CFC51A (or 0xCFC51A) is known color: Bird Flower. HEX triplet: CF, C5 and 1A. RGB value is (207,197,26). Sum of RGB (Red+Green+Blue) = 207+197+26=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC51A is #303AE5. Grayscale: #B5B5B5. Windows color (decimal): -3160806 or 1754575. OLE color: 1754575.
HSL color Cylindrical-coordinate representation of color #CFC51A: hue angle of 56.69º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFC51A is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 26 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.19 |
| HSL | 56.69º | 0.78% | 0.46% | - |
| HSV(B) | 56.69º | 0.87% | 0.81% | - |
| XYZ | 45.88 | 53.27 | 8.84 | - |
| YUV | 180.5 | 40.81 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 26 | 0 | 0.05 | 0.87 | 0.19 | 56.69 | 0.78 | 0.46 |
| Hex | CF | C5 | 1A | 0 | 5 | 57 | 13 | 39 | 4E | 2E |
| Octal | 317 | 305 | 32 | 0 | 5 | 127 | 23 | 71 | 116 | 56 |
| Binary | 11001111 | 11000101 | 11010 | 0 | 101 | 1010111 | 10011 | 111001 | 1001110 | 101110 |
Color Harmonies of #CFC51A
Complementary color
Monochromatic Colors of #CFC51A
Black with #CFC51A
Text Example
Text Example
White with #CFC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC51A; }
p { color: rgb(207,197,26); }
H1.HeaderClassName
{
color: #CFC51A;
}
.AnyTagClassName
{
color: #CFC51A;
}
</style>
background-color css
<style>
a { background-color: #CFC51A; }
a { background-color: rgb(207,197,26); }
div.DivClassName
{
background-color: #CFC51A;
}
.BgClassName
{
background-color: #CFC51A;
}
</style>
border-color css
<style>
span { border-color: #CFC51A; }
span { border-color: rgb(207,197,26); }
td.TdClassName
{
border-color: #CFC51A;
}
.TagClassName
{
border-color: #CFC51A;
}
</style>