Shades of Bird Flower #CFC301
Tints of Bird Flower #CFC301
RGB
CMYK
RGB Variations
Color information
#CFC301 (or 0xCFC301) is known color: Bird Flower. HEX triplet: CF, C3 and 01. RGB value is (207,195,1). Sum of RGB (Red+Green+Blue) = 207+195+1=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC301 is #303CFE. Grayscale: #B1B1B1. Windows color (decimal): -3161343 or 115663. OLE color: 115663.
HSL color Cylindrical-coordinate representation of color #CFC301: hue angle of 56.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFC301 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.19 |
| HSL | 56.5º | 0.99% | 0.41% | - |
| HSV(B) | 56.5º | 1% | 0.81% | - |
| XYZ | 45.25 | 52.3 | 7.74 | - |
| YUV | 176.47 | 28.98 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 1 | 0 | 0.06 | 1.00 | 0.19 | 56.5 | 0.99 | 0.41 |
| Hex | CF | C3 | 1 | 0 | 6 | 64 | 13 | 39 | 63 | 29 |
| Octal | 317 | 303 | 1 | 0 | 6 | 144 | 23 | 71 | 143 | 51 |
| Binary | 11001111 | 11000011 | 1 | 0 | 110 | 1100100 | 10011 | 111001 | 1100011 | 101001 |
Color Harmonies of #CFC301
Complementary color
Monochromatic Colors of #CFC301
Black with #CFC301
Text Example
Text Example
White with #CFC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC301; }
p { color: rgb(207,195,1); }
H1.HeaderClassName
{
color: #CFC301;
}
.AnyTagClassName
{
color: #CFC301;
}
</style>
background-color css
<style>
a { background-color: #CFC301; }
a { background-color: rgb(207,195,1); }
div.DivClassName
{
background-color: #CFC301;
}
.BgClassName
{
background-color: #CFC301;
}
</style>
border-color css
<style>
span { border-color: #CFC301; }
span { border-color: rgb(207,195,1); }
td.TdClassName
{
border-color: #CFC301;
}
.TagClassName
{
border-color: #CFC301;
}
</style>