Shades of Bird Flower #CFD20D
Tints of Bird Flower #CFD20D
RGB
CMYK
RGB Variations
Color information
#CFD20D (or 0xCFD20D) is known color: Bird Flower. HEX triplet: CF, D2 and 0D. RGB value is (207,210,13). Sum of RGB (Red+Green+Blue) = 207+210+13=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 13 (5.47% from 255 or 3.02% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD20D is #302DF2. Grayscale: #BBBBBB. Windows color (decimal): -3157491 or 905935. OLE color: 905935.
HSL color Cylindrical-coordinate representation of color #CFD20D: hue angle of 60.91º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD20D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.18 |
| HSL | 60.91º | 0.88% | 0.44% | - |
| HSV(B) | 60.91º | 0.94% | 0.82% | - |
| XYZ | 48.85 | 59.39 | 9.27 | - |
| YUV | 186.65 | 30.01 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 13 | 0.01 | 0 | 0.94 | 0.18 | 60.91 | 0.88 | 0.44 |
| Hex | CF | D2 | D | 1 | 0 | 5E | 12 | 3D | 58 | 2C |
| Octal | 317 | 322 | 15 | 1 | 0 | 136 | 22 | 75 | 130 | 54 |
| Binary | 11001111 | 11010010 | 1101 | 1 | 0 | 1011110 | 10010 | 111101 | 1011000 | 101100 |
Color Harmonies of #CFD20D
Complementary color
Monochromatic Colors of #CFD20D
Black with #CFD20D
Text Example
Text Example
White with #CFD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD20D; }
p { color: rgb(207,210,13); }
H1.HeaderClassName
{
color: #CFD20D;
}
.AnyTagClassName
{
color: #CFD20D;
}
</style>
background-color css
<style>
a { background-color: #CFD20D; }
a { background-color: rgb(207,210,13); }
div.DivClassName
{
background-color: #CFD20D;
}
.BgClassName
{
background-color: #CFD20D;
}
</style>
border-color css
<style>
span { border-color: #CFD20D; }
span { border-color: rgb(207,210,13); }
td.TdClassName
{
border-color: #CFD20D;
}
.TagClassName
{
border-color: #CFD20D;
}
</style>