Shades of Bird Flower #CFD30C
Tints of Bird Flower #CFD30C
RGB
CMYK
RGB Variations
Color information
#CFD30C (or 0xCFD30C) is known color: Bird Flower. HEX triplet: CF, D3 and 0C. RGB value is (207,211,12). Sum of RGB (Red+Green+Blue) = 207+211+12=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD30C is #302CF3. Grayscale: #BBBBBB. Windows color (decimal): -3157236 or 840655. OLE color: 840655.
HSL color Cylindrical-coordinate representation of color #CFD30C: hue angle of 61.21º degrees, saturation: 0.89, 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 #CFD30C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.17 |
| HSL | 61.21º | 0.89% | 0.44% | - |
| HSV(B) | 61.21º | 0.94% | 0.83% | - |
| XYZ | 49.09 | 59.88 | 9.32 | - |
| YUV | 187.12 | 29.17 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 12 | 0.02 | 0 | 0.94 | 0.17 | 61.21 | 0.89 | 0.44 |
| Hex | CF | D3 | C | 2 | 0 | 5E | 11 | 3D | 59 | 2C |
| Octal | 317 | 323 | 14 | 2 | 0 | 136 | 21 | 75 | 131 | 54 |
| Binary | 11001111 | 11010011 | 1100 | 10 | 0 | 1011110 | 10001 | 111101 | 1011001 | 101100 |
Color Harmonies of #CFD30C
Complementary color
Monochromatic Colors of #CFD30C
Black with #CFD30C
Text Example
Text Example
White with #CFD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD30C; }
p { color: rgb(207,211,12); }
H1.HeaderClassName
{
color: #CFD30C;
}
.AnyTagClassName
{
color: #CFD30C;
}
</style>
background-color css
<style>
a { background-color: #CFD30C; }
a { background-color: rgb(207,211,12); }
div.DivClassName
{
background-color: #CFD30C;
}
.BgClassName
{
background-color: #CFD30C;
}
</style>
border-color css
<style>
span { border-color: #CFD30C; }
span { border-color: rgb(207,211,12); }
td.TdClassName
{
border-color: #CFD30C;
}
.TagClassName
{
border-color: #CFD30C;
}
</style>