Shades of Bird Flower #CFC900
Tints of Bird Flower #CFC900
RGB
CMYK
RGB Variations
Color information
#CFC900 (or 0xCFC900) is known color: Bird Flower. HEX triplet: CF, C9 and 00. RGB value is (207,201,0). Sum of RGB (Red+Green+Blue) = 207+201+0=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC900 is #3036FF. Grayscale: #B4B4B4. Windows color (decimal): -3159808 or 51663. OLE color: 51663.
HSL color Cylindrical-coordinate representation of color #CFC900: hue angle of 58.26º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFC900 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.19 |
| HSL | 58.26º | 1% | 0.41% | - |
| HSV(B) | 58.26º | 1% | 0.81% | - |
| XYZ | 46.62 | 55.04 | 8.17 | - |
| YUV | 179.88 | 26.49 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 0 | 0 | 0.03 | 1 | 0.19 | 58.26 | 1 | 0.41 |
| Hex | CF | C9 | 0 | 0 | 3 | 64 | 13 | 3A | 64 | 29 |
| Octal | 317 | 311 | 0 | 0 | 3 | 144 | 23 | 72 | 144 | 51 |
| Binary | 11001111 | 11001001 | 0 | 0 | 11 | 1100100 | 10011 | 111010 | 1100100 | 101001 |
Color Harmonies of #CFC900
Complementary color
Monochromatic Colors of #CFC900
Black with #CFC900
Text Example
Text Example
White with #CFC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC900; }
p { color: rgb(207,201,0); }
H1.HeaderClassName
{
color: #CFC900;
}
.AnyTagClassName
{
color: #CFC900;
}
</style>
background-color css
<style>
a { background-color: #CFC900; }
a { background-color: rgb(207,201,0); }
div.DivClassName
{
background-color: #CFC900;
}
.BgClassName
{
background-color: #CFC900;
}
</style>
border-color css
<style>
span { border-color: #CFC900; }
span { border-color: rgb(207,201,0); }
td.TdClassName
{
border-color: #CFC900;
}
.TagClassName
{
border-color: #CFC900;
}
</style>