Shades of Bird Flower #CDD103
Tints of Bird Flower #CDD103
RGB
CMYK
RGB Variations
Color information
#CDD103 (or 0xCDD103) is known color: Bird Flower. HEX triplet: CD, D1 and 03. RGB value is (205,209,3). Sum of RGB (Red+Green+Blue) = 205+209+3=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD103 is #322EFC. Grayscale: #B9B9B9. Windows color (decimal): -3288829 or 250317. OLE color: 250317.
HSL color Cylindrical-coordinate representation of color #CDD103: hue angle of 61.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDD103 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.18 |
| HSL | 61.17º | 0.97% | 0.42% | - |
| HSV(B) | 61.17º | 0.99% | 0.82% | - |
| XYZ | 47.99 | 58.59 | 8.86 | - |
| YUV | 184.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 3 | 0.02 | 0 | 0.99 | 0.18 | 61.17 | 0.97 | 0.42 |
| Hex | CD | D1 | 3 | 2 | 0 | 63 | 12 | 3D | 61 | 2A |
| Octal | 315 | 321 | 3 | 2 | 0 | 143 | 22 | 75 | 141 | 52 |
| Binary | 11001101 | 11010001 | 11 | 10 | 0 | 1100011 | 10010 | 111101 | 1100001 | 101010 |
Color Harmonies of #CDD103
Complementary color
Monochromatic Colors of #CDD103
Black with #CDD103
Text Example
Text Example
White with #CDD103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD103; }
p { color: rgb(205,209,3); }
H1.HeaderClassName
{
color: #CDD103;
}
.AnyTagClassName
{
color: #CDD103;
}
</style>
background-color css
<style>
a { background-color: #CDD103; }
a { background-color: rgb(205,209,3); }
div.DivClassName
{
background-color: #CDD103;
}
.BgClassName
{
background-color: #CDD103;
}
</style>
border-color css
<style>
span { border-color: #CDD103; }
span { border-color: rgb(205,209,3); }
td.TdClassName
{
border-color: #CDD103;
}
.TagClassName
{
border-color: #CDD103;
}
</style>