Shades of Bird Flower #CFC507
Tints of Bird Flower #CFC507
RGB
CMYK
RGB Variations
Color information
#CFC507 (or 0xCFC507) is known color: Bird Flower. HEX triplet: CF, C5 and 07. RGB value is (207,197,7). Sum of RGB (Red+Green+Blue) = 207+197+7=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC507 is #303AF8. Grayscale: #B3B3B3. Windows color (decimal): -3160825 or 509391. OLE color: 509391.
HSL color Cylindrical-coordinate representation of color #CFC507: hue angle of 57º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFC507 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.19 |
| HSL | 57º | 0.93% | 0.42% | - |
| HSV(B) | 57º | 0.97% | 0.81% | - |
| XYZ | 45.74 | 53.21 | 8.06 | - |
| YUV | 178.33 | 31.31 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 7 | 0 | 0.05 | 0.97 | 0.19 | 57 | 0.93 | 0.42 |
| Hex | CF | C5 | 7 | 0 | 5 | 61 | 13 | 39 | 5D | 2A |
| Octal | 317 | 305 | 7 | 0 | 5 | 141 | 23 | 71 | 135 | 52 |
| Binary | 11001111 | 11000101 | 111 | 0 | 101 | 1100001 | 10011 | 111001 | 1011101 | 101010 |
Color Harmonies of #CFC507
Complementary color
Monochromatic Colors of #CFC507
Black with #CFC507
Text Example
Text Example
White with #CFC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC507; }
p { color: rgb(207,197,7); }
H1.HeaderClassName
{
color: #CFC507;
}
.AnyTagClassName
{
color: #CFC507;
}
</style>
background-color css
<style>
a { background-color: #CFC507; }
a { background-color: rgb(207,197,7); }
div.DivClassName
{
background-color: #CFC507;
}
.BgClassName
{
background-color: #CFC507;
}
</style>
border-color css
<style>
span { border-color: #CFC507; }
span { border-color: rgb(207,197,7); }
td.TdClassName
{
border-color: #CFC507;
}
.TagClassName
{
border-color: #CFC507;
}
</style>