Shades of Bird Flower #CFAB01
Tints of Bird Flower #CFAB01
RGB
CMYK
RGB Variations
Color information
#CFAB01 (or 0xCFAB01) is known color: Bird Flower. HEX triplet: CF, AB and 01. RGB value is (207,171,1). Sum of RGB (Red+Green+Blue) = 207+171+1=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB01 is #3054FE. Grayscale: #A3A3A3. Windows color (decimal): -3167487 or 109519. OLE color: 109519.
HSL color Cylindrical-coordinate representation of color #CFAB01: hue angle of 49.51º 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 #CFAB01 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.19 |
| HSL | 49.51º | 0.99% | 0.41% | - |
| HSV(B) | 49.51º | 1% | 0.81% | - |
| XYZ | 40.3 | 42.39 | 6.09 | - |
| YUV | 162.38 | 36.93 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 1 | 0 | 0.17 | 1.00 | 0.19 | 49.51 | 0.99 | 0.41 |
| Hex | CF | AB | 1 | 0 | 11 | 64 | 13 | 32 | 63 | 29 |
| Octal | 317 | 253 | 1 | 0 | 21 | 144 | 23 | 62 | 143 | 51 |
| Binary | 11001111 | 10101011 | 1 | 0 | 10001 | 1100100 | 10011 | 110010 | 1100011 | 101001 |
Color Harmonies of #CFAB01
Complementary color
Monochromatic Colors of #CFAB01
Black with #CFAB01
Text Example
Text Example
White with #CFAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB01; }
p { color: rgb(207,171,1); }
H1.HeaderClassName
{
color: #CFAB01;
}
.AnyTagClassName
{
color: #CFAB01;
}
</style>
background-color css
<style>
a { background-color: #CFAB01; }
a { background-color: rgb(207,171,1); }
div.DivClassName
{
background-color: #CFAB01;
}
.BgClassName
{
background-color: #CFAB01;
}
</style>
border-color css
<style>
span { border-color: #CFAB01; }
span { border-color: rgb(207,171,1); }
td.TdClassName
{
border-color: #CFAB01;
}
.TagClassName
{
border-color: #CFAB01;
}
</style>