Shades of Bird Flower #CFB201
Tints of Bird Flower #CFB201
RGB
CMYK
RGB Variations
Color information
#CFB201 (or 0xCFB201) is known color: Bird Flower. HEX triplet: CF, B2 and 01. RGB value is (207,178,1). Sum of RGB (Red+Green+Blue) = 207+178+1=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB201 is #304DFE. Grayscale: #A7A7A7. Windows color (decimal): -3165695 or 111311. OLE color: 111311.
HSL color Cylindrical-coordinate representation of color #CFB201: hue angle of 51.55º 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 #CFB201 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.19 |
| HSL | 51.55º | 0.99% | 0.41% | - |
| HSV(B) | 51.55º | 1% | 0.81% | - |
| XYZ | 41.66 | 45.11 | 6.54 | - |
| YUV | 166.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 1 | 0 | 0.14 | 1.00 | 0.19 | 51.55 | 0.99 | 0.41 |
| Hex | CF | B2 | 1 | 0 | E | 64 | 13 | 34 | 63 | 29 |
| Octal | 317 | 262 | 1 | 0 | 16 | 144 | 23 | 64 | 143 | 51 |
| Binary | 11001111 | 10110010 | 1 | 0 | 1110 | 1100100 | 10011 | 110100 | 1100011 | 101001 |
Color Harmonies of #CFB201
Complementary color
Monochromatic Colors of #CFB201
Black with #CFB201
Text Example
Text Example
White with #CFB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB201; }
p { color: rgb(207,178,1); }
H1.HeaderClassName
{
color: #CFB201;
}
.AnyTagClassName
{
color: #CFB201;
}
</style>
background-color css
<style>
a { background-color: #CFB201; }
a { background-color: rgb(207,178,1); }
div.DivClassName
{
background-color: #CFB201;
}
.BgClassName
{
background-color: #CFB201;
}
</style>
border-color css
<style>
span { border-color: #CFB201; }
span { border-color: rgb(207,178,1); }
td.TdClassName
{
border-color: #CFB201;
}
.TagClassName
{
border-color: #CFB201;
}
</style>