Shades of Bird Flower #CFC903
Tints of Bird Flower #CFC903
RGB
CMYK
RGB Variations
Color information
#CFC903 (or 0xCFC903) is known color: Bird Flower. HEX triplet: CF, C9 and 03. RGB value is (207,201,3). Sum of RGB (Red+Green+Blue) = 207+201+3=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC903 is #3036FC. Grayscale: #B5B5B5. Windows color (decimal): -3159805 or 248271. OLE color: 248271.
HSL color Cylindrical-coordinate representation of color #CFC903: hue angle of 58.24º degrees, saturation: 0.97, 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 #CFC903 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.19 |
| HSL | 58.24º | 0.97% | 0.41% | - |
| HSV(B) | 58.24º | 0.99% | 0.81% | - |
| XYZ | 46.64 | 55.05 | 8.25 | - |
| YUV | 180.22 | 27.99 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 3 | 0 | 0.03 | 0.99 | 0.19 | 58.24 | 0.97 | 0.41 |
| Hex | CF | C9 | 3 | 0 | 3 | 63 | 13 | 3A | 61 | 29 |
| Octal | 317 | 311 | 3 | 0 | 3 | 143 | 23 | 72 | 141 | 51 |
| Binary | 11001111 | 11001001 | 11 | 0 | 11 | 1100011 | 10011 | 111010 | 1100001 | 101001 |
Color Harmonies of #CFC903
Complementary color
Monochromatic Colors of #CFC903
Black with #CFC903
Text Example
Text Example
White with #CFC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC903; }
p { color: rgb(207,201,3); }
H1.HeaderClassName
{
color: #CFC903;
}
.AnyTagClassName
{
color: #CFC903;
}
</style>
background-color css
<style>
a { background-color: #CFC903; }
a { background-color: rgb(207,201,3); }
div.DivClassName
{
background-color: #CFC903;
}
.BgClassName
{
background-color: #CFC903;
}
</style>
border-color css
<style>
span { border-color: #CFC903; }
span { border-color: rgb(207,201,3); }
td.TdClassName
{
border-color: #CFC903;
}
.TagClassName
{
border-color: #CFC903;
}
</style>