Shades of Bird Flower #CDD50C
Tints of Bird Flower #CDD50C
RGB
CMYK
RGB Variations
Color information
#CDD50C (or 0xCDD50C) is known color: Bird Flower. HEX triplet: CD, D5 and 0C. RGB value is (205,213,12). Sum of RGB (Red+Green+Blue) = 205+213+12=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD50C is #322AF3. Grayscale: #BCBCBC. Windows color (decimal): -3287796 or 841165. OLE color: 841165.
HSL color Cylindrical-coordinate representation of color #CDD50C: hue angle of 62.39º 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 #CDD50C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.16 |
| HSL | 62.39º | 0.89% | 0.44% | - |
| HSV(B) | 62.39º | 0.94% | 0.84% | - |
| XYZ | 49.04 | 60.59 | 9.46 | - |
| YUV | 187.69 | 28.85 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 12 | 0.04 | 0 | 0.94 | 0.16 | 62.39 | 0.89 | 0.44 |
| Hex | CD | D5 | C | 4 | 0 | 5E | 10 | 3E | 59 | 2C |
| Octal | 315 | 325 | 14 | 4 | 0 | 136 | 20 | 76 | 131 | 54 |
| Binary | 11001101 | 11010101 | 1100 | 100 | 0 | 1011110 | 10000 | 111110 | 1011001 | 101100 |
Color Harmonies of #CDD50C
Complementary color
Monochromatic Colors of #CDD50C
Black with #CDD50C
Text Example
Text Example
White with #CDD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD50C; }
p { color: rgb(205,213,12); }
H1.HeaderClassName
{
color: #CDD50C;
}
.AnyTagClassName
{
color: #CDD50C;
}
</style>
background-color css
<style>
a { background-color: #CDD50C; }
a { background-color: rgb(205,213,12); }
div.DivClassName
{
background-color: #CDD50C;
}
.BgClassName
{
background-color: #CDD50C;
}
</style>
border-color css
<style>
span { border-color: #CDD50C; }
span { border-color: rgb(205,213,12); }
td.TdClassName
{
border-color: #CDD50C;
}
.TagClassName
{
border-color: #CDD50C;
}
</style>