Shades of Bird Flower #CFB901
Tints of Bird Flower #CFB901
RGB
CMYK
RGB Variations
Color information
#CFB901 (or 0xCFB901) is known color: Bird Flower. HEX triplet: CF, B9 and 01. RGB value is (207,185,1). Sum of RGB (Red+Green+Blue) = 207+185+1=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB901 is #3046FE. Grayscale: #ABABAB. Windows color (decimal): -3163903 or 113103. OLE color: 113103.
HSL color Cylindrical-coordinate representation of color #CFB901: hue angle of 53.59º 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 #CFB901 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 185 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.19 |
| HSL | 53.59º | 0.99% | 0.41% | - |
| HSV(B) | 53.59º | 1% | 0.81% | - |
| XYZ | 43.09 | 47.97 | 7.02 | - |
| YUV | 170.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 185 | 1 | 0 | 0.11 | 1.00 | 0.19 | 53.59 | 0.99 | 0.41 |
| Hex | CF | B9 | 1 | 0 | B | 64 | 13 | 36 | 63 | 29 |
| Octal | 317 | 271 | 1 | 0 | 13 | 144 | 23 | 66 | 143 | 51 |
| Binary | 11001111 | 10111001 | 1 | 0 | 1011 | 1100100 | 10011 | 110110 | 1100011 | 101001 |
Color Harmonies of #CFB901
Complementary color
Monochromatic Colors of #CFB901
Black with #CFB901
Text Example
Text Example
White with #CFB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB901; }
p { color: rgb(207,185,1); }
H1.HeaderClassName
{
color: #CFB901;
}
.AnyTagClassName
{
color: #CFB901;
}
</style>
background-color css
<style>
a { background-color: #CFB901; }
a { background-color: rgb(207,185,1); }
div.DivClassName
{
background-color: #CFB901;
}
.BgClassName
{
background-color: #CFB901;
}
</style>
border-color css
<style>
span { border-color: #CFB901; }
span { border-color: rgb(207,185,1); }
td.TdClassName
{
border-color: #CFB901;
}
.TagClassName
{
border-color: #CFB901;
}
</style>