Shades of Bird Flower #CFC417
Tints of Bird Flower #CFC417
RGB
CMYK
RGB Variations
Color information
#CFC417 (or 0xCFC417) is known color: Bird Flower. HEX triplet: CF, C4 and 17. RGB value is (207,196,23). Sum of RGB (Red+Green+Blue) = 207+196+23=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC417 is #303BE8. Grayscale: #B4B4B4. Windows color (decimal): -3161065 or 1557711. OLE color: 1557711.
HSL color Cylindrical-coordinate representation of color #CFC417: hue angle of 56.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFC417 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 23 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.19 |
| HSL | 56.41º | 0.8% | 0.45% | - |
| HSV(B) | 56.41º | 0.89% | 0.81% | - |
| XYZ | 45.63 | 52.81 | 8.6 | - |
| YUV | 179.57 | 39.64 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 23 | 0 | 0.05 | 0.89 | 0.19 | 56.41 | 0.8 | 0.45 |
| Hex | CF | C4 | 17 | 0 | 5 | 59 | 13 | 38 | 50 | 2D |
| Octal | 317 | 304 | 27 | 0 | 5 | 131 | 23 | 70 | 120 | 55 |
| Binary | 11001111 | 11000100 | 10111 | 0 | 101 | 1011001 | 10011 | 111000 | 1010000 | 101101 |
Color Harmonies of #CFC417
Complementary color
Monochromatic Colors of #CFC417
Black with #CFC417
Text Example
Text Example
White with #CFC417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC417; }
p { color: rgb(207,196,23); }
H1.HeaderClassName
{
color: #CFC417;
}
.AnyTagClassName
{
color: #CFC417;
}
</style>
background-color css
<style>
a { background-color: #CFC417; }
a { background-color: rgb(207,196,23); }
div.DivClassName
{
background-color: #CFC417;
}
.BgClassName
{
background-color: #CFC417;
}
</style>
border-color css
<style>
span { border-color: #CFC417; }
span { border-color: rgb(207,196,23); }
td.TdClassName
{
border-color: #CFC417;
}
.TagClassName
{
border-color: #CFC417;
}
</style>