Shades of Bird Flower #CFD50D
Tints of Bird Flower #CFD50D
RGB
CMYK
RGB Variations
Color information
#CFD50D (or 0xCFD50D) is known color: Bird Flower. HEX triplet: CF, D5 and 0D. RGB value is (207,213,13). Sum of RGB (Red+Green+Blue) = 207+213+13=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD50D is #302AF2. Grayscale: #BDBDBD. Windows color (decimal): -3156723 or 906703. OLE color: 906703.
HSL color Cylindrical-coordinate representation of color #CFD50D: hue angle of 61.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD50D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 13 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.16 |
| HSL | 61.8º | 0.88% | 0.44% | - |
| HSV(B) | 61.8º | 0.94% | 0.84% | - |
| XYZ | 49.6 | 60.88 | 9.52 | - |
| YUV | 188.41 | 29.01 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 13 | 0.03 | 0 | 0.94 | 0.16 | 61.8 | 0.88 | 0.44 |
| Hex | CF | D5 | D | 3 | 0 | 5E | 10 | 3E | 58 | 2C |
| Octal | 317 | 325 | 15 | 3 | 0 | 136 | 20 | 76 | 130 | 54 |
| Binary | 11001111 | 11010101 | 1101 | 11 | 0 | 1011110 | 10000 | 111110 | 1011000 | 101100 |
Color Harmonies of #CFD50D
Complementary color
Monochromatic Colors of #CFD50D
Black with #CFD50D
Text Example
Text Example
White with #CFD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD50D; }
p { color: rgb(207,213,13); }
H1.HeaderClassName
{
color: #CFD50D;
}
.AnyTagClassName
{
color: #CFD50D;
}
</style>
background-color css
<style>
a { background-color: #CFD50D; }
a { background-color: rgb(207,213,13); }
div.DivClassName
{
background-color: #CFD50D;
}
.BgClassName
{
background-color: #CFD50D;
}
</style>
border-color css
<style>
span { border-color: #CFD50D; }
span { border-color: rgb(207,213,13); }
td.TdClassName
{
border-color: #CFD50D;
}
.TagClassName
{
border-color: #CFD50D;
}
</style>