Shades of Bird Flower #CFCE02
Tints of Bird Flower #CFCE02
RGB
CMYK
RGB Variations
Color information
#CFCE02 (or 0xCFCE02) is known color: Bird Flower. HEX triplet: CF, CE and 02. RGB value is (207,206,2). Sum of RGB (Red+Green+Blue) = 207+206+2=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE02 is #3031FD. Grayscale: #B7B7B7. Windows color (decimal): -3158526 or 184015. OLE color: 184015.
HSL color Cylindrical-coordinate representation of color #CFCE02: hue angle of 59.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFCE02 is Cyan = 0, Magento = 0.00, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 2 | - |
| CMYK | 0 | 0.00 | 0.99 | 0.19 |
| HSL | 59.71º | 0.98% | 0.41% | - |
| HSV(B) | 59.71º | 0.99% | 0.81% | - |
| XYZ | 47.81 | 57.41 | 8.62 | - |
| YUV | 183.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 2 | 0 | 0.00 | 0.99 | 0.19 | 59.71 | 0.98 | 0.41 |
| Hex | CF | CE | 2 | 0 | 0 | 63 | 13 | 3C | 62 | 29 |
| Octal | 317 | 316 | 2 | 0 | 0 | 143 | 23 | 74 | 142 | 51 |
| Binary | 11001111 | 11001110 | 10 | 0 | 0 | 1100011 | 10011 | 111100 | 1100010 | 101001 |
Color Harmonies of #CFCE02
Complementary color
Monochromatic Colors of #CFCE02
Black with #CFCE02
Text Example
Text Example
White with #CFCE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE02; }
p { color: rgb(207,206,2); }
H1.HeaderClassName
{
color: #CFCE02;
}
.AnyTagClassName
{
color: #CFCE02;
}
</style>
background-color css
<style>
a { background-color: #CFCE02; }
a { background-color: rgb(207,206,2); }
div.DivClassName
{
background-color: #CFCE02;
}
.BgClassName
{
background-color: #CFCE02;
}
</style>
border-color css
<style>
span { border-color: #CFCE02; }
span { border-color: rgb(207,206,2); }
td.TdClassName
{
border-color: #CFCE02;
}
.TagClassName
{
border-color: #CFCE02;
}
</style>