Shades of Bird Flower #CFD403
Tints of Bird Flower #CFD403
RGB
CMYK
RGB Variations
Color information
#CFD403 (or 0xCFD403) is known color: Bird Flower. HEX triplet: CF, D4 and 03. RGB value is (207,212,3). Sum of RGB (Red+Green+Blue) = 207+212+3=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD403 is #302BFC. Grayscale: #BBBBBB. Windows color (decimal): -3156989 or 251087. OLE color: 251087.
HSL color Cylindrical-coordinate representation of color #CFD403: hue angle of 61.44º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFD403 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.17 |
| HSL | 61.44º | 0.97% | 0.42% | - |
| HSV(B) | 61.44º | 0.99% | 0.83% | - |
| XYZ | 49.29 | 60.36 | 9.14 | - |
| YUV | 186.68 | 24.34 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 3 | 0.02 | 0 | 0.99 | 0.17 | 61.44 | 0.97 | 0.42 |
| Hex | CF | D4 | 3 | 2 | 0 | 63 | 11 | 3D | 61 | 2A |
| Octal | 317 | 324 | 3 | 2 | 0 | 143 | 21 | 75 | 141 | 52 |
| Binary | 11001111 | 11010100 | 11 | 10 | 0 | 1100011 | 10001 | 111101 | 1100001 | 101010 |
Color Harmonies of #CFD403
Complementary color
Monochromatic Colors of #CFD403
Black with #CFD403
Text Example
Text Example
White with #CFD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD403; }
p { color: rgb(207,212,3); }
H1.HeaderClassName
{
color: #CFD403;
}
.AnyTagClassName
{
color: #CFD403;
}
</style>
background-color css
<style>
a { background-color: #CFD403; }
a { background-color: rgb(207,212,3); }
div.DivClassName
{
background-color: #CFD403;
}
.BgClassName
{
background-color: #CFD403;
}
</style>
border-color css
<style>
span { border-color: #CFD403; }
span { border-color: rgb(207,212,3); }
td.TdClassName
{
border-color: #CFD403;
}
.TagClassName
{
border-color: #CFD403;
}
</style>