Shades of Bird Flower #CFCE01
Tints of Bird Flower #CFCE01
RGB
CMYK
RGB Variations
Color information
#CFCE01 (or 0xCFCE01) is known color: Bird Flower. HEX triplet: CF, CE and 01. RGB value is (207,206,1). Sum of RGB (Red+Green+Blue) = 207+206+1=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE01 is #3031FE. Grayscale: #B7B7B7. Windows color (decimal): -3158527 or 118479. OLE color: 118479.
HSL color Cylindrical-coordinate representation of color #CFCE01: hue angle of 59.71º 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 #CFCE01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 1 | - |
| CMYK | 0 | 0.00 | 1.00 | 0.19 |
| HSL | 59.71º | 0.99% | 0.41% | - |
| HSV(B) | 59.71º | 1% | 0.81% | - |
| XYZ | 47.81 | 57.41 | 8.59 | - |
| YUV | 182.93 | 25.33 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 1 | 0 | 0.00 | 1.00 | 0.19 | 59.71 | 0.99 | 0.41 |
| Hex | CF | CE | 1 | 0 | 0 | 64 | 13 | 3C | 63 | 29 |
| Octal | 317 | 316 | 1 | 0 | 0 | 144 | 23 | 74 | 143 | 51 |
| Binary | 11001111 | 11001110 | 1 | 0 | 0 | 1100100 | 10011 | 111100 | 1100011 | 101001 |
Color Harmonies of #CFCE01
Complementary color
Monochromatic Colors of #CFCE01
Black with #CFCE01
Text Example
Text Example
White with #CFCE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE01; }
p { color: rgb(207,206,1); }
H1.HeaderClassName
{
color: #CFCE01;
}
.AnyTagClassName
{
color: #CFCE01;
}
</style>
background-color css
<style>
a { background-color: #CFCE01; }
a { background-color: rgb(207,206,1); }
div.DivClassName
{
background-color: #CFCE01;
}
.BgClassName
{
background-color: #CFCE01;
}
</style>
border-color css
<style>
span { border-color: #CFCE01; }
span { border-color: rgb(207,206,1); }
td.TdClassName
{
border-color: #CFCE01;
}
.TagClassName
{
border-color: #CFCE01;
}
</style>