Shades of Bird Flower #CFC803
Tints of Bird Flower #CFC803
RGB
CMYK
RGB Variations
Color information
#CFC803 (or 0xCFC803) is known color: Bird Flower. HEX triplet: CF, C8 and 03. RGB value is (207,200,3). Sum of RGB (Red+Green+Blue) = 207+200+3=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC803 is #3037FC. Grayscale: #B4B4B4. Windows color (decimal): -3160061 or 248015. OLE color: 248015.
HSL color Cylindrical-coordinate representation of color #CFC803: hue angle of 57.94º 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 #CFC803 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.19 |
| HSL | 57.94º | 0.97% | 0.41% | - |
| HSV(B) | 57.94º | 0.99% | 0.81% | - |
| XYZ | 46.4 | 54.58 | 8.18 | - |
| YUV | 179.64 | 28.32 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 3 | 0 | 0.03 | 0.99 | 0.19 | 57.94 | 0.97 | 0.41 |
| Hex | CF | C8 | 3 | 0 | 3 | 63 | 13 | 3A | 61 | 29 |
| Octal | 317 | 310 | 3 | 0 | 3 | 143 | 23 | 72 | 141 | 51 |
| Binary | 11001111 | 11001000 | 11 | 0 | 11 | 1100011 | 10011 | 111010 | 1100001 | 101001 |
Color Harmonies of #CFC803
Complementary color
Monochromatic Colors of #CFC803
Black with #CFC803
Text Example
Text Example
White with #CFC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC803; }
p { color: rgb(207,200,3); }
H1.HeaderClassName
{
color: #CFC803;
}
.AnyTagClassName
{
color: #CFC803;
}
</style>
background-color css
<style>
a { background-color: #CFC803; }
a { background-color: rgb(207,200,3); }
div.DivClassName
{
background-color: #CFC803;
}
.BgClassName
{
background-color: #CFC803;
}
</style>
border-color css
<style>
span { border-color: #CFC803; }
span { border-color: rgb(207,200,3); }
td.TdClassName
{
border-color: #CFC803;
}
.TagClassName
{
border-color: #CFC803;
}
</style>