Shades of Bird Flower #CDD112
Tints of Bird Flower #CDD112
RGB
CMYK
RGB Variations
Color information
#CDD112 (or 0xCDD112) is known color: Bird Flower. HEX triplet: CD, D1 and 12. RGB value is (205,209,18). Sum of RGB (Red+Green+Blue) = 205+209+18=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD112 is #322EED. Grayscale: #BABABA. Windows color (decimal): -3288814 or 1233357. OLE color: 1233357.
HSL color Cylindrical-coordinate representation of color #CDD112: hue angle of 61.26º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDD112 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 18 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.18 |
| HSL | 61.26º | 0.84% | 0.45% | - |
| HSV(B) | 61.26º | 0.91% | 0.82% | - |
| XYZ | 48.09 | 58.62 | 9.35 | - |
| YUV | 186.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 18 | 0.02 | 0 | 0.91 | 0.18 | 61.26 | 0.84 | 0.45 |
| Hex | CD | D1 | 12 | 2 | 0 | 5B | 12 | 3D | 54 | 2D |
| Octal | 315 | 321 | 22 | 2 | 0 | 133 | 22 | 75 | 124 | 55 |
| Binary | 11001101 | 11010001 | 10010 | 10 | 0 | 1011011 | 10010 | 111101 | 1010100 | 101101 |
Color Harmonies of #CDD112
Complementary color
Monochromatic Colors of #CDD112
Black with #CDD112
Text Example
Text Example
White with #CDD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD112; }
p { color: rgb(205,209,18); }
H1.HeaderClassName
{
color: #CDD112;
}
.AnyTagClassName
{
color: #CDD112;
}
</style>
background-color css
<style>
a { background-color: #CDD112; }
a { background-color: rgb(205,209,18); }
div.DivClassName
{
background-color: #CDD112;
}
.BgClassName
{
background-color: #CDD112;
}
</style>
border-color css
<style>
span { border-color: #CDD112; }
span { border-color: rgb(205,209,18); }
td.TdClassName
{
border-color: #CDD112;
}
.TagClassName
{
border-color: #CDD112;
}
</style>