Shades of Bird Flower #CFC715
Tints of Bird Flower #CFC715
RGB
CMYK
RGB Variations
Color information
#CFC715 (or 0xCFC715) is known color: Bird Flower. HEX triplet: CF, C7 and 15. RGB value is (207,199,21). Sum of RGB (Red+Green+Blue) = 207+199+21=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC715 is #3038EA. Grayscale: #B5B5B5. Windows color (decimal): -3160299 or 1427407. OLE color: 1427407.
HSL color Cylindrical-coordinate representation of color #CFC715: hue angle of 57.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFC715 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 21 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.19 |
| HSL | 57.42º | 0.82% | 0.45% | - |
| HSV(B) | 57.42º | 0.9% | 0.81% | - |
| XYZ | 46.29 | 54.17 | 8.72 | - |
| YUV | 181.1 | 37.65 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 21 | 0 | 0.04 | 0.90 | 0.19 | 57.42 | 0.82 | 0.45 |
| Hex | CF | C7 | 15 | 0 | 4 | 5A | 13 | 39 | 52 | 2D |
| Octal | 317 | 307 | 25 | 0 | 4 | 132 | 23 | 71 | 122 | 55 |
| Binary | 11001111 | 11000111 | 10101 | 0 | 100 | 1011010 | 10011 | 111001 | 1010010 | 101101 |
Color Harmonies of #CFC715
Complementary color
Monochromatic Colors of #CFC715
Black with #CFC715
Text Example
Text Example
White with #CFC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC715; }
p { color: rgb(207,199,21); }
H1.HeaderClassName
{
color: #CFC715;
}
.AnyTagClassName
{
color: #CFC715;
}
</style>
background-color css
<style>
a { background-color: #CFC715; }
a { background-color: rgb(207,199,21); }
div.DivClassName
{
background-color: #CFC715;
}
.BgClassName
{
background-color: #CFC715;
}
</style>
border-color css
<style>
span { border-color: #CFC715; }
span { border-color: rgb(207,199,21); }
td.TdClassName
{
border-color: #CFC715;
}
.TagClassName
{
border-color: #CFC715;
}
</style>