Shades of Bird Flower #CFB101
Tints of Bird Flower #CFB101
RGB
CMYK
RGB Variations
Color information
#CFB101 (or 0xCFB101) is known color: Bird Flower. HEX triplet: CF, B1 and 01. RGB value is (207,177,1). Sum of RGB (Red+Green+Blue) = 207+177+1=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB101 is #304EFE. Grayscale: #A6A6A6. Windows color (decimal): -3165951 or 111055. OLE color: 111055.
HSL color Cylindrical-coordinate representation of color #CFB101: hue angle of 51.26º 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 #CFB101 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.19 |
| HSL | 51.26º | 0.99% | 0.41% | - |
| HSV(B) | 51.26º | 1% | 0.81% | - |
| XYZ | 41.46 | 44.71 | 6.47 | - |
| YUV | 165.91 | 34.94 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 1 | 0 | 0.14 | 1.00 | 0.19 | 51.26 | 0.99 | 0.41 |
| Hex | CF | B1 | 1 | 0 | E | 64 | 13 | 33 | 63 | 29 |
| Octal | 317 | 261 | 1 | 0 | 16 | 144 | 23 | 63 | 143 | 51 |
| Binary | 11001111 | 10110001 | 1 | 0 | 1110 | 1100100 | 10011 | 110011 | 1100011 | 101001 |
Color Harmonies of #CFB101
Complementary color
Monochromatic Colors of #CFB101
Black with #CFB101
Text Example
Text Example
White with #CFB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB101; }
p { color: rgb(207,177,1); }
H1.HeaderClassName
{
color: #CFB101;
}
.AnyTagClassName
{
color: #CFB101;
}
</style>
background-color css
<style>
a { background-color: #CFB101; }
a { background-color: rgb(207,177,1); }
div.DivClassName
{
background-color: #CFB101;
}
.BgClassName
{
background-color: #CFB101;
}
</style>
border-color css
<style>
span { border-color: #CFB101; }
span { border-color: rgb(207,177,1); }
td.TdClassName
{
border-color: #CFB101;
}
.TagClassName
{
border-color: #CFB101;
}
</style>