Shades of Bird Flower #CFD30B
Tints of Bird Flower #CFD30B
RGB
CMYK
RGB Variations
Color information
#CFD30B (or 0xCFD30B) is known color: Bird Flower. HEX triplet: CF, D3 and 0B. RGB value is (207,211,11). Sum of RGB (Red+Green+Blue) = 207+211+11=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD30B is #302CF4. Grayscale: #BBBBBB. Windows color (decimal): -3157237 or 775119. OLE color: 775119.
HSL color Cylindrical-coordinate representation of color #CFD30B: hue angle of 61.2º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFD30B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 11 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.17 |
| HSL | 61.2º | 0.9% | 0.44% | - |
| HSV(B) | 61.2º | 0.95% | 0.83% | - |
| XYZ | 49.09 | 59.88 | 9.29 | - |
| YUV | 187 | 28.67 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 11 | 0.02 | 0 | 0.95 | 0.17 | 61.2 | 0.9 | 0.44 |
| Hex | CF | D3 | B | 2 | 0 | 5F | 11 | 3D | 5A | 2C |
| Octal | 317 | 323 | 13 | 2 | 0 | 137 | 21 | 75 | 132 | 54 |
| Binary | 11001111 | 11010011 | 1011 | 10 | 0 | 1011111 | 10001 | 111101 | 1011010 | 101100 |
Color Harmonies of #CFD30B
Complementary color
Monochromatic Colors of #CFD30B
Black with #CFD30B
Text Example
Text Example
White with #CFD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD30B; }
p { color: rgb(207,211,11); }
H1.HeaderClassName
{
color: #CFD30B;
}
.AnyTagClassName
{
color: #CFD30B;
}
</style>
background-color css
<style>
a { background-color: #CFD30B; }
a { background-color: rgb(207,211,11); }
div.DivClassName
{
background-color: #CFD30B;
}
.BgClassName
{
background-color: #CFD30B;
}
</style>
border-color css
<style>
span { border-color: #CFD30B; }
span { border-color: rgb(207,211,11); }
td.TdClassName
{
border-color: #CFD30B;
}
.TagClassName
{
border-color: #CFD30B;
}
</style>