Shades of Bird Flower #CFC117
Tints of Bird Flower #CFC117
RGB
CMYK
RGB Variations
Color information
#CFC117 (or 0xCFC117) is known color: Bird Flower. HEX triplet: CF, C1 and 17. RGB value is (207,193,23). Sum of RGB (Red+Green+Blue) = 207+193+23=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC117 is #303EE8. Grayscale: #B2B2B2. Windows color (decimal): -3161833 or 1556943. OLE color: 1556943.
HSL color Cylindrical-coordinate representation of color #CFC117: hue angle of 55.43º 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 #CFC117 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 23 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.19 |
| HSL | 55.43º | 0.8% | 0.45% | - |
| HSV(B) | 55.43º | 0.89% | 0.81% | - |
| XYZ | 44.96 | 51.47 | 8.38 | - |
| YUV | 177.81 | 40.64 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 23 | 0 | 0.07 | 0.89 | 0.19 | 55.43 | 0.8 | 0.45 |
| Hex | CF | C1 | 17 | 0 | 7 | 59 | 13 | 37 | 50 | 2D |
| Octal | 317 | 301 | 27 | 0 | 7 | 131 | 23 | 67 | 120 | 55 |
| Binary | 11001111 | 11000001 | 10111 | 0 | 111 | 1011001 | 10011 | 110111 | 1010000 | 101101 |
Color Harmonies of #CFC117
Complementary color
Monochromatic Colors of #CFC117
Black with #CFC117
Text Example
Text Example
White with #CFC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC117; }
p { color: rgb(207,193,23); }
H1.HeaderClassName
{
color: #CFC117;
}
.AnyTagClassName
{
color: #CFC117;
}
</style>
background-color css
<style>
a { background-color: #CFC117; }
a { background-color: rgb(207,193,23); }
div.DivClassName
{
background-color: #CFC117;
}
.BgClassName
{
background-color: #CFC117;
}
</style>
border-color css
<style>
span { border-color: #CFC117; }
span { border-color: rgb(207,193,23); }
td.TdClassName
{
border-color: #CFC117;
}
.TagClassName
{
border-color: #CFC117;
}
</style>