Shades of Bird Flower #CFC411
Tints of Bird Flower #CFC411
RGB
CMYK
RGB Variations
Color information
#CFC411 (or 0xCFC411) is known color: Bird Flower. HEX triplet: CF, C4 and 11. RGB value is (207,196,17). Sum of RGB (Red+Green+Blue) = 207+196+17=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC411 is #303BEE. Grayscale: #B3B3B3. Windows color (decimal): -3161071 or 1164495. OLE color: 1164495.
HSL color Cylindrical-coordinate representation of color #CFC411: hue angle of 56.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFC411 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 17 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.19 |
| HSL | 56.53º | 0.85% | 0.44% | - |
| HSV(B) | 56.53º | 0.92% | 0.81% | - |
| XYZ | 45.57 | 52.79 | 8.32 | - |
| YUV | 178.88 | 36.64 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 17 | 0 | 0.05 | 0.92 | 0.19 | 56.53 | 0.85 | 0.44 |
| Hex | CF | C4 | 11 | 0 | 5 | 5C | 13 | 39 | 55 | 2C |
| Octal | 317 | 304 | 21 | 0 | 5 | 134 | 23 | 71 | 125 | 54 |
| Binary | 11001111 | 11000100 | 10001 | 0 | 101 | 1011100 | 10011 | 111001 | 1010101 | 101100 |
Color Harmonies of #CFC411
Complementary color
Monochromatic Colors of #CFC411
Black with #CFC411
Text Example
Text Example
White with #CFC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC411; }
p { color: rgb(207,196,17); }
H1.HeaderClassName
{
color: #CFC411;
}
.AnyTagClassName
{
color: #CFC411;
}
</style>
background-color css
<style>
a { background-color: #CFC411; }
a { background-color: rgb(207,196,17); }
div.DivClassName
{
background-color: #CFC411;
}
.BgClassName
{
background-color: #CFC411;
}
</style>
border-color css
<style>
span { border-color: #CFC411; }
span { border-color: rgb(207,196,17); }
td.TdClassName
{
border-color: #CFC411;
}
.TagClassName
{
border-color: #CFC411;
}
</style>