Shades of Bird Flower #CFB801
Tints of Bird Flower #CFB801
RGB
CMYK
RGB Variations
Color information
#CFB801 (or 0xCFB801) is known color: Bird Flower. HEX triplet: CF, B8 and 01. RGB value is (207,184,1). Sum of RGB (Red+Green+Blue) = 207+184+1=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB801 is #3047FE. Grayscale: #AAAAAA. Windows color (decimal): -3164159 or 112847. OLE color: 112847.
HSL color Cylindrical-coordinate representation of color #CFB801: hue angle of 53.3º 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 #CFB801 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.19 |
| HSL | 53.3º | 0.99% | 0.41% | - |
| HSV(B) | 53.3º | 1% | 0.81% | - |
| XYZ | 42.88 | 47.55 | 6.95 | - |
| YUV | 170.02 | 32.62 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 1 | 0 | 0.11 | 1.00 | 0.19 | 53.3 | 0.99 | 0.41 |
| Hex | CF | B8 | 1 | 0 | B | 64 | 13 | 35 | 63 | 29 |
| Octal | 317 | 270 | 1 | 0 | 13 | 144 | 23 | 65 | 143 | 51 |
| Binary | 11001111 | 10111000 | 1 | 0 | 1011 | 1100100 | 10011 | 110101 | 1100011 | 101001 |
Color Harmonies of #CFB801
Complementary color
Monochromatic Colors of #CFB801
Black with #CFB801
Text Example
Text Example
White with #CFB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB801; }
p { color: rgb(207,184,1); }
H1.HeaderClassName
{
color: #CFB801;
}
.AnyTagClassName
{
color: #CFB801;
}
</style>
background-color css
<style>
a { background-color: #CFB801; }
a { background-color: rgb(207,184,1); }
div.DivClassName
{
background-color: #CFB801;
}
.BgClassName
{
background-color: #CFB801;
}
</style>
border-color css
<style>
span { border-color: #CFB801; }
span { border-color: rgb(207,184,1); }
td.TdClassName
{
border-color: #CFB801;
}
.TagClassName
{
border-color: #CFB801;
}
</style>