Shades of Bird Flower #CFD300
Tints of Bird Flower #CFD300
RGB
CMYK
RGB Variations
Color information
#CFD300 (or 0xCFD300) is known color: Bird Flower. HEX triplet: CF, D3 and 00. RGB value is (207,211,0). Sum of RGB (Red+Green+Blue) = 207+211+0=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD300 is #302CFF. Grayscale: #BABABA. Windows color (decimal): -3157248 or 54223. OLE color: 54223.
HSL color Cylindrical-coordinate representation of color #CFD300: hue angle of 61.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.17 |
| HSL | 61.14º | 1% | 0.41% | - |
| HSV(B) | 61.14º | 1% | 0.83% | - |
| XYZ | 49.03 | 59.85 | 8.97 | - |
| YUV | 185.75 | 23.17 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 0 | 0.02 | 0 | 1 | 0.17 | 61.14 | 1 | 0.41 |
| Hex | CF | D3 | 0 | 2 | 0 | 64 | 11 | 3D | 64 | 29 |
| Octal | 317 | 323 | 0 | 2 | 0 | 144 | 21 | 75 | 144 | 51 |
| Binary | 11001111 | 11010011 | 0 | 10 | 0 | 1100100 | 10001 | 111101 | 1100100 | 101001 |
Color Harmonies of #CFD300
Complementary color
Monochromatic Colors of #CFD300
Black with #CFD300
Text Example
Text Example
White with #CFD300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD300; }
p { color: rgb(207,211,0); }
H1.HeaderClassName
{
color: #CFD300;
}
.AnyTagClassName
{
color: #CFD300;
}
</style>
background-color css
<style>
a { background-color: #CFD300; }
a { background-color: rgb(207,211,0); }
div.DivClassName
{
background-color: #CFD300;
}
.BgClassName
{
background-color: #CFD300;
}
</style>
border-color css
<style>
span { border-color: #CFD300; }
span { border-color: rgb(207,211,0); }
td.TdClassName
{
border-color: #CFD300;
}
.TagClassName
{
border-color: #CFD300;
}
</style>