Shades of Bird Flower #CDD60D
Tints of Bird Flower #CDD60D
RGB
CMYK
RGB Variations
Color information
#CDD60D (or 0xCDD60D) is known color: Bird Flower. HEX triplet: CD, D6 and 0D. RGB value is (205,214,13). Sum of RGB (Red+Green+Blue) = 205+214+13=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD60D is #3229F2. Grayscale: #BDBDBD. Windows color (decimal): -3287539 or 906957. OLE color: 906957.
HSL color Cylindrical-coordinate representation of color #CDD60D: hue angle of 62.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDD60D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.16 |
| HSL | 62.69º | 0.89% | 0.45% | - |
| HSV(B) | 62.69º | 0.94% | 0.84% | - |
| XYZ | 49.3 | 61.1 | 9.58 | - |
| YUV | 188.4 | 29.02 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 13 | 0.04 | 0 | 0.94 | 0.16 | 62.69 | 0.89 | 0.45 |
| Hex | CD | D6 | D | 4 | 0 | 5E | 10 | 3F | 59 | 2D |
| Octal | 315 | 326 | 15 | 4 | 0 | 136 | 20 | 77 | 131 | 55 |
| Binary | 11001101 | 11010110 | 1101 | 100 | 0 | 1011110 | 10000 | 111111 | 1011001 | 101101 |
Color Harmonies of #CDD60D
Complementary color
Monochromatic Colors of #CDD60D
Black with #CDD60D
Text Example
Text Example
White with #CDD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD60D; }
p { color: rgb(205,214,13); }
H1.HeaderClassName
{
color: #CDD60D;
}
.AnyTagClassName
{
color: #CDD60D;
}
</style>
background-color css
<style>
a { background-color: #CDD60D; }
a { background-color: rgb(205,214,13); }
div.DivClassName
{
background-color: #CDD60D;
}
.BgClassName
{
background-color: #CDD60D;
}
</style>
border-color css
<style>
span { border-color: #CDD60D; }
span { border-color: rgb(205,214,13); }
td.TdClassName
{
border-color: #CDD60D;
}
.TagClassName
{
border-color: #CDD60D;
}
</style>