Shades of Bird Flower #CFB601
Tints of Bird Flower #CFB601
RGB
CMYK
RGB Variations
Color information
#CFB601 (or 0xCFB601) is known color: Bird Flower. HEX triplet: CF, B6 and 01. RGB value is (207,182,1). Sum of RGB (Red+Green+Blue) = 207+182+1=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB601 is #3049FE. Grayscale: #A9A9A9. Windows color (decimal): -3164671 or 112335. OLE color: 112335.
HSL color Cylindrical-coordinate representation of color #CFB601: hue angle of 52.72º 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 #CFB601 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.19 |
| HSL | 52.72º | 0.99% | 0.41% | - |
| HSV(B) | 52.72º | 1% | 0.81% | - |
| XYZ | 42.47 | 46.72 | 6.81 | - |
| YUV | 168.84 | 33.28 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 1 | 0 | 0.12 | 1.00 | 0.19 | 52.72 | 0.99 | 0.41 |
| Hex | CF | B6 | 1 | 0 | C | 64 | 13 | 35 | 63 | 29 |
| Octal | 317 | 266 | 1 | 0 | 14 | 144 | 23 | 65 | 143 | 51 |
| Binary | 11001111 | 10110110 | 1 | 0 | 1100 | 1100100 | 10011 | 110101 | 1100011 | 101001 |
Color Harmonies of #CFB601
Complementary color
Monochromatic Colors of #CFB601
Black with #CFB601
Text Example
Text Example
White with #CFB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB601; }
p { color: rgb(207,182,1); }
H1.HeaderClassName
{
color: #CFB601;
}
.AnyTagClassName
{
color: #CFB601;
}
</style>
background-color css
<style>
a { background-color: #CFB601; }
a { background-color: rgb(207,182,1); }
div.DivClassName
{
background-color: #CFB601;
}
.BgClassName
{
background-color: #CFB601;
}
</style>
border-color css
<style>
span { border-color: #CFB601; }
span { border-color: rgb(207,182,1); }
td.TdClassName
{
border-color: #CFB601;
}
.TagClassName
{
border-color: #CFB601;
}
</style>