Shades of Bird Flower #CFC902
Tints of Bird Flower #CFC902
RGB
CMYK
RGB Variations
Color information
#CFC902 (or 0xCFC902) is known color: Bird Flower. HEX triplet: CF, C9 and 02. RGB value is (207,201,2). Sum of RGB (Red+Green+Blue) = 207+201+2=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC902 is #3036FD. Grayscale: #B4B4B4. Windows color (decimal): -3159806 or 182735. OLE color: 182735.
HSL color Cylindrical-coordinate representation of color #CFC902: hue angle of 58.24º 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 #CFC902 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.19 |
| HSL | 58.24º | 0.98% | 0.41% | - |
| HSV(B) | 58.24º | 0.99% | 0.81% | - |
| XYZ | 46.63 | 55.04 | 8.22 | - |
| YUV | 180.11 | 27.49 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 2 | 0 | 0.03 | 0.99 | 0.19 | 58.24 | 0.98 | 0.41 |
| Hex | CF | C9 | 2 | 0 | 3 | 63 | 13 | 3A | 62 | 29 |
| Octal | 317 | 311 | 2 | 0 | 3 | 143 | 23 | 72 | 142 | 51 |
| Binary | 11001111 | 11001001 | 10 | 0 | 11 | 1100011 | 10011 | 111010 | 1100010 | 101001 |
Color Harmonies of #CFC902
Complementary color
Monochromatic Colors of #CFC902
Black with #CFC902
Text Example
Text Example
White with #CFC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC902; }
p { color: rgb(207,201,2); }
H1.HeaderClassName
{
color: #CFC902;
}
.AnyTagClassName
{
color: #CFC902;
}
</style>
background-color css
<style>
a { background-color: #CFC902; }
a { background-color: rgb(207,201,2); }
div.DivClassName
{
background-color: #CFC902;
}
.BgClassName
{
background-color: #CFC902;
}
</style>
border-color css
<style>
span { border-color: #CFC902; }
span { border-color: rgb(207,201,2); }
td.TdClassName
{
border-color: #CFC902;
}
.TagClassName
{
border-color: #CFC902;
}
</style>