Shades of Bird Flower #CDD306
Tints of Bird Flower #CDD306
RGB
CMYK
RGB Variations
Color information
#CDD306 (or 0xCDD306) is known color: Bird Flower. HEX triplet: CD, D3 and 06. RGB value is (205,211,6). Sum of RGB (Red+Green+Blue) = 205+211+6=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD306 is #322CF9. Grayscale: #BABABA. Windows color (decimal): -3288314 or 447437. OLE color: 447437.
HSL color Cylindrical-coordinate representation of color #CDD306: hue angle of 61.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDD306 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.17 |
| HSL | 61.76º | 0.94% | 0.43% | - |
| HSV(B) | 61.76º | 0.97% | 0.83% | - |
| XYZ | 48.5 | 59.58 | 9.12 | - |
| YUV | 185.84 | 26.51 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 6 | 0.03 | 0 | 0.97 | 0.17 | 61.76 | 0.94 | 0.43 |
| Hex | CD | D3 | 6 | 3 | 0 | 61 | 11 | 3E | 5E | 2B |
| Octal | 315 | 323 | 6 | 3 | 0 | 141 | 21 | 76 | 136 | 53 |
| Binary | 11001101 | 11010011 | 110 | 11 | 0 | 1100001 | 10001 | 111110 | 1011110 | 101011 |
Color Harmonies of #CDD306
Complementary color
Monochromatic Colors of #CDD306
Black with #CDD306
Text Example
Text Example
White with #CDD306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD306; }
p { color: rgb(205,211,6); }
H1.HeaderClassName
{
color: #CDD306;
}
.AnyTagClassName
{
color: #CDD306;
}
</style>
background-color css
<style>
a { background-color: #CDD306; }
a { background-color: rgb(205,211,6); }
div.DivClassName
{
background-color: #CDD306;
}
.BgClassName
{
background-color: #CDD306;
}
</style>
border-color css
<style>
span { border-color: #CDD306; }
span { border-color: rgb(205,211,6); }
td.TdClassName
{
border-color: #CDD306;
}
.TagClassName
{
border-color: #CDD306;
}
</style>