Shades of Bird Flower #CFCD04
Tints of Bird Flower #CFCD04
RGB
CMYK
RGB Variations
Color information
#CFCD04 (or 0xCFCD04) is known color: Bird Flower. HEX triplet: CF, CD and 04. RGB value is (207,205,4). Sum of RGB (Red+Green+Blue) = 207+205+4=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCD04 is #3032FB. Grayscale: #B7B7B7. Windows color (decimal): -3158780 or 314831. OLE color: 314831.
HSL color Cylindrical-coordinate representation of color #CFCD04: hue angle of 59.41º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFCD04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.19 |
| HSL | 59.41º | 0.96% | 0.41% | - |
| HSV(B) | 59.41º | 0.98% | 0.81% | - |
| XYZ | 47.59 | 56.94 | 8.6 | - |
| YUV | 182.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 4 | 0 | 0.01 | 0.98 | 0.19 | 59.41 | 0.96 | 0.41 |
| Hex | CF | CD | 4 | 0 | 1 | 62 | 13 | 3B | 60 | 29 |
| Octal | 317 | 315 | 4 | 0 | 1 | 142 | 23 | 73 | 140 | 51 |
| Binary | 11001111 | 11001101 | 100 | 0 | 1 | 1100010 | 10011 | 111011 | 1100000 | 101001 |
Color Harmonies of #CFCD04
Complementary color
Monochromatic Colors of #CFCD04
Black with #CFCD04
Text Example
Text Example
White with #CFCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD04; }
p { color: rgb(207,205,4); }
H1.HeaderClassName
{
color: #CFCD04;
}
.AnyTagClassName
{
color: #CFCD04;
}
</style>
background-color css
<style>
a { background-color: #CFCD04; }
a { background-color: rgb(207,205,4); }
div.DivClassName
{
background-color: #CFCD04;
}
.BgClassName
{
background-color: #CFCD04;
}
</style>
border-color css
<style>
span { border-color: #CFCD04; }
span { border-color: rgb(207,205,4); }
td.TdClassName
{
border-color: #CFCD04;
}
.TagClassName
{
border-color: #CFCD04;
}
</style>