Shades of Bird Flower #CDD105
Tints of Bird Flower #CDD105
RGB
CMYK
RGB Variations
Color information
#CDD105 (or 0xCDD105) is known color: Bird Flower. HEX triplet: CD, D1 and 05. RGB value is (205,209,5). Sum of RGB (Red+Green+Blue) = 205+209+5=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD105 is #322EFA. Grayscale: #B9B9B9. Windows color (decimal): -3288827 or 381389. OLE color: 381389.
HSL color Cylindrical-coordinate representation of color #CDD105: hue angle of 61.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDD105 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 5 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.18 |
| HSL | 61.18º | 0.95% | 0.42% | - |
| HSV(B) | 61.18º | 0.98% | 0.82% | - |
| XYZ | 48 | 58.59 | 8.92 | - |
| YUV | 184.55 | 26.67 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 5 | 0.02 | 0 | 0.98 | 0.18 | 61.18 | 0.95 | 0.42 |
| Hex | CD | D1 | 5 | 2 | 0 | 62 | 12 | 3D | 5F | 2A |
| Octal | 315 | 321 | 5 | 2 | 0 | 142 | 22 | 75 | 137 | 52 |
| Binary | 11001101 | 11010001 | 101 | 10 | 0 | 1100010 | 10010 | 111101 | 1011111 | 101010 |
Color Harmonies of #CDD105
Complementary color
Monochromatic Colors of #CDD105
Black with #CDD105
Text Example
Text Example
White with #CDD105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD105; }
p { color: rgb(205,209,5); }
H1.HeaderClassName
{
color: #CDD105;
}
.AnyTagClassName
{
color: #CDD105;
}
</style>
background-color css
<style>
a { background-color: #CDD105; }
a { background-color: rgb(205,209,5); }
div.DivClassName
{
background-color: #CDD105;
}
.BgClassName
{
background-color: #CDD105;
}
</style>
border-color css
<style>
span { border-color: #CDD105; }
span { border-color: rgb(205,209,5); }
td.TdClassName
{
border-color: #CDD105;
}
.TagClassName
{
border-color: #CDD105;
}
</style>