Shades of Bird Flower #CDD00A
Tints of Bird Flower #CDD00A
RGB
CMYK
RGB Variations
Color information
#CDD00A (or 0xCDD00A) is known color: Bird Flower. HEX triplet: CD, D0 and 0A. RGB value is (205,208,10). Sum of RGB (Red+Green+Blue) = 205+208+10=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD00A is #322FF5. Grayscale: #B9B9B9. Windows color (decimal): -3289078 or 708813. OLE color: 708813.
HSL color Cylindrical-coordinate representation of color #CDD00A: hue angle of 60.91º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDD00A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.18 |
| HSL | 60.91º | 0.91% | 0.43% | - |
| HSV(B) | 60.91º | 0.95% | 0.82% | - |
| XYZ | 47.79 | 58.11 | 8.99 | - |
| YUV | 184.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 10 | 0.01 | 0 | 0.95 | 0.18 | 60.91 | 0.91 | 0.43 |
| Hex | CD | D0 | A | 1 | 0 | 5F | 12 | 3D | 5B | 2B |
| Octal | 315 | 320 | 12 | 1 | 0 | 137 | 22 | 75 | 133 | 53 |
| Binary | 11001101 | 11010000 | 1010 | 1 | 0 | 1011111 | 10010 | 111101 | 1011011 | 101011 |
Color Harmonies of #CDD00A
Complementary color
Monochromatic Colors of #CDD00A
Black with #CDD00A
Text Example
Text Example
White with #CDD00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD00A; }
p { color: rgb(205,208,10); }
H1.HeaderClassName
{
color: #CDD00A;
}
.AnyTagClassName
{
color: #CDD00A;
}
</style>
background-color css
<style>
a { background-color: #CDD00A; }
a { background-color: rgb(205,208,10); }
div.DivClassName
{
background-color: #CDD00A;
}
.BgClassName
{
background-color: #CDD00A;
}
</style>
border-color css
<style>
span { border-color: #CDD00A; }
span { border-color: rgb(205,208,10); }
td.TdClassName
{
border-color: #CDD00A;
}
.TagClassName
{
border-color: #CDD00A;
}
</style>