Shades of Bird Flower #CDD40C
Tints of Bird Flower #CDD40C
RGB
CMYK
RGB Variations
Color information
#CDD40C (or 0xCDD40C) is known color: Bird Flower. HEX triplet: CD, D4 and 0C. RGB value is (205,212,12). Sum of RGB (Red+Green+Blue) = 205+212+12=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD40C is #322BF3. Grayscale: #BBBBBB. Windows color (decimal): -3288052 or 840909. OLE color: 840909.
HSL color Cylindrical-coordinate representation of color #CDD40C: hue angle of 62.1º 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 #CDD40C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.17 |
| HSL | 62.1º | 0.89% | 0.44% | - |
| HSV(B) | 62.1º | 0.94% | 0.83% | - |
| XYZ | 48.79 | 60.09 | 9.38 | - |
| YUV | 187.11 | 29.18 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 12 | 0.03 | 0 | 0.94 | 0.17 | 62.1 | 0.89 | 0.44 |
| Hex | CD | D4 | C | 3 | 0 | 5E | 11 | 3E | 59 | 2C |
| Octal | 315 | 324 | 14 | 3 | 0 | 136 | 21 | 76 | 131 | 54 |
| Binary | 11001101 | 11010100 | 1100 | 11 | 0 | 1011110 | 10001 | 111110 | 1011001 | 101100 |
Color Harmonies of #CDD40C
Complementary color
Monochromatic Colors of #CDD40C
Black with #CDD40C
Text Example
Text Example
White with #CDD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD40C; }
p { color: rgb(205,212,12); }
H1.HeaderClassName
{
color: #CDD40C;
}
.AnyTagClassName
{
color: #CDD40C;
}
</style>
background-color css
<style>
a { background-color: #CDD40C; }
a { background-color: rgb(205,212,12); }
div.DivClassName
{
background-color: #CDD40C;
}
.BgClassName
{
background-color: #CDD40C;
}
</style>
border-color css
<style>
span { border-color: #CDD40C; }
span { border-color: rgb(205,212,12); }
td.TdClassName
{
border-color: #CDD40C;
}
.TagClassName
{
border-color: #CDD40C;
}
</style>