Shades of Bird Flower #CFD30D
Tints of Bird Flower #CFD30D
RGB
CMYK
RGB Variations
Color information
#CFD30D (or 0xCFD30D) is known color: Bird Flower. HEX triplet: CF, D3 and 0D. RGB value is (207,211,13). Sum of RGB (Red+Green+Blue) = 207+211+13=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD30D is #302CF2. Grayscale: #BCBCBC. Windows color (decimal): -3157235 or 906191. OLE color: 906191.
HSL color Cylindrical-coordinate representation of color #CFD30D: hue angle of 61.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD30D is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 13 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.17 |
| HSL | 61.21º | 0.88% | 0.44% | - |
| HSV(B) | 61.21º | 0.94% | 0.83% | - |
| XYZ | 49.1 | 59.88 | 9.35 | - |
| YUV | 187.23 | 29.67 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 13 | 0.02 | 0 | 0.94 | 0.17 | 61.21 | 0.88 | 0.44 |
| Hex | CF | D3 | D | 2 | 0 | 5E | 11 | 3D | 58 | 2C |
| Octal | 317 | 323 | 15 | 2 | 0 | 136 | 21 | 75 | 130 | 54 |
| Binary | 11001111 | 11010011 | 1101 | 10 | 0 | 1011110 | 10001 | 111101 | 1011000 | 101100 |
Color Harmonies of #CFD30D
Complementary color
Monochromatic Colors of #CFD30D
Black with #CFD30D
Text Example
Text Example
White with #CFD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD30D; }
p { color: rgb(207,211,13); }
H1.HeaderClassName
{
color: #CFD30D;
}
.AnyTagClassName
{
color: #CFD30D;
}
</style>
background-color css
<style>
a { background-color: #CFD30D; }
a { background-color: rgb(207,211,13); }
div.DivClassName
{
background-color: #CFD30D;
}
.BgClassName
{
background-color: #CFD30D;
}
</style>
border-color css
<style>
span { border-color: #CFD30D; }
span { border-color: rgb(207,211,13); }
td.TdClassName
{
border-color: #CFD30D;
}
.TagClassName
{
border-color: #CFD30D;
}
</style>