Shades of Bird Flower #CFC617
Tints of Bird Flower #CFC617
RGB
CMYK
RGB Variations
Color information
#CFC617 (or 0xCFC617) is known color: Bird Flower. HEX triplet: CF, C6 and 17. RGB value is (207,198,23). Sum of RGB (Red+Green+Blue) = 207+198+23=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC617 is #3039E8. Grayscale: #B5B5B5. Windows color (decimal): -3160553 or 1558223. OLE color: 1558223.
HSL color Cylindrical-coordinate representation of color #CFC617: hue angle of 57.07º 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 #CFC617 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 23 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.19 |
| HSL | 57.07º | 0.8% | 0.45% | - |
| HSV(B) | 57.07º | 0.89% | 0.81% | - |
| XYZ | 46.08 | 53.72 | 8.75 | - |
| YUV | 180.74 | 38.98 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 23 | 0 | 0.04 | 0.89 | 0.19 | 57.07 | 0.8 | 0.45 |
| Hex | CF | C6 | 17 | 0 | 4 | 59 | 13 | 39 | 50 | 2D |
| Octal | 317 | 306 | 27 | 0 | 4 | 131 | 23 | 71 | 120 | 55 |
| Binary | 11001111 | 11000110 | 10111 | 0 | 100 | 1011001 | 10011 | 111001 | 1010000 | 101101 |
Color Harmonies of #CFC617
Complementary color
Monochromatic Colors of #CFC617
Black with #CFC617
Text Example
Text Example
White with #CFC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC617; }
p { color: rgb(207,198,23); }
H1.HeaderClassName
{
color: #CFC617;
}
.AnyTagClassName
{
color: #CFC617;
}
</style>
background-color css
<style>
a { background-color: #CFC617; }
a { background-color: rgb(207,198,23); }
div.DivClassName
{
background-color: #CFC617;
}
.BgClassName
{
background-color: #CFC617;
}
</style>
border-color css
<style>
span { border-color: #CFC617; }
span { border-color: rgb(207,198,23); }
td.TdClassName
{
border-color: #CFC617;
}
.TagClassName
{
border-color: #CFC617;
}
</style>