Shades of Bird Flower #CDD00D
Tints of Bird Flower #CDD00D
RGB
CMYK
RGB Variations
Color information
#CDD00D (or 0xCDD00D) is known color: Bird Flower. HEX triplet: CD, D0 and 0D. RGB value is (205,208,13). Sum of RGB (Red+Green+Blue) = 205+208+13=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD00D is #322FF2. Grayscale: #B9B9B9. Windows color (decimal): -3289075 or 905421. OLE color: 905421.
HSL color Cylindrical-coordinate representation of color #CDD00D: hue angle of 60.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDD00D is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 13 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.18 |
| HSL | 60.92º | 0.88% | 0.43% | - |
| HSV(B) | 60.92º | 0.94% | 0.82% | - |
| XYZ | 47.81 | 58.12 | 9.08 | - |
| YUV | 184.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 13 | 0.01 | 0 | 0.94 | 0.18 | 60.92 | 0.88 | 0.43 |
| Hex | CD | D0 | D | 1 | 0 | 5E | 12 | 3D | 58 | 2B |
| Octal | 315 | 320 | 15 | 1 | 0 | 136 | 22 | 75 | 130 | 53 |
| Binary | 11001101 | 11010000 | 1101 | 1 | 0 | 1011110 | 10010 | 111101 | 1011000 | 101011 |
Color Harmonies of #CDD00D
Complementary color
Monochromatic Colors of #CDD00D
Black with #CDD00D
Text Example
Text Example
White with #CDD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD00D; }
p { color: rgb(205,208,13); }
H1.HeaderClassName
{
color: #CDD00D;
}
.AnyTagClassName
{
color: #CDD00D;
}
</style>
background-color css
<style>
a { background-color: #CDD00D; }
a { background-color: rgb(205,208,13); }
div.DivClassName
{
background-color: #CDD00D;
}
.BgClassName
{
background-color: #CDD00D;
}
</style>
border-color css
<style>
span { border-color: #CDD00D; }
span { border-color: rgb(205,208,13); }
td.TdClassName
{
border-color: #CDD00D;
}
.TagClassName
{
border-color: #CDD00D;
}
</style>