Shades of Bird Flower #CDD60C
Tints of Bird Flower #CDD60C
RGB
CMYK
RGB Variations
Color information
#CDD60C (or 0xCDD60C) is known color: Bird Flower. HEX triplet: CD, D6 and 0C. RGB value is (205,214,12). Sum of RGB (Red+Green+Blue) = 205+214+12=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD60C is #3229F3. Grayscale: #BDBDBD. Windows color (decimal): -3287540 or 841421. OLE color: 841421.
HSL color Cylindrical-coordinate representation of color #CDD60C: hue angle of 62.67º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDD60C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.16 |
| HSL | 62.67º | 0.89% | 0.44% | - |
| HSV(B) | 62.67º | 0.94% | 0.84% | - |
| XYZ | 49.29 | 61.1 | 9.54 | - |
| YUV | 188.28 | 28.52 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 12 | 0.04 | 0 | 0.94 | 0.16 | 62.67 | 0.89 | 0.44 |
| Hex | CD | D6 | C | 4 | 0 | 5E | 10 | 3F | 59 | 2C |
| Octal | 315 | 326 | 14 | 4 | 0 | 136 | 20 | 77 | 131 | 54 |
| Binary | 11001101 | 11010110 | 1100 | 100 | 0 | 1011110 | 10000 | 111111 | 1011001 | 101100 |
Color Harmonies of #CDD60C
Complementary color
Monochromatic Colors of #CDD60C
Black with #CDD60C
Text Example
Text Example
White with #CDD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD60C; }
p { color: rgb(205,214,12); }
H1.HeaderClassName
{
color: #CDD60C;
}
.AnyTagClassName
{
color: #CDD60C;
}
</style>
background-color css
<style>
a { background-color: #CDD60C; }
a { background-color: rgb(205,214,12); }
div.DivClassName
{
background-color: #CDD60C;
}
.BgClassName
{
background-color: #CDD60C;
}
</style>
border-color css
<style>
span { border-color: #CDD60C; }
span { border-color: rgb(205,214,12); }
td.TdClassName
{
border-color: #CDD60C;
}
.TagClassName
{
border-color: #CDD60C;
}
</style>