Shades of Bird Flower #CDD107
Tints of Bird Flower #CDD107
RGB
CMYK
RGB Variations
Color information
#CDD107 (or 0xCDD107) is known color: Bird Flower. HEX triplet: CD, D1 and 07. RGB value is (205,209,7). Sum of RGB (Red+Green+Blue) = 205+209+7=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD107 is #322EF8. Grayscale: #B9B9B9. Windows color (decimal): -3288825 or 512461. OLE color: 512461.
HSL color Cylindrical-coordinate representation of color #CDD107: hue angle of 61.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDD107 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.18 |
| HSL | 61.19º | 0.94% | 0.42% | - |
| HSV(B) | 61.19º | 0.97% | 0.82% | - |
| XYZ | 48.02 | 58.6 | 8.98 | - |
| YUV | 184.78 | 27.67 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 7 | 0.02 | 0 | 0.97 | 0.18 | 61.19 | 0.94 | 0.42 |
| Hex | CD | D1 | 7 | 2 | 0 | 61 | 12 | 3D | 5E | 2A |
| Octal | 315 | 321 | 7 | 2 | 0 | 141 | 22 | 75 | 136 | 52 |
| Binary | 11001101 | 11010001 | 111 | 10 | 0 | 1100001 | 10010 | 111101 | 1011110 | 101010 |
Color Harmonies of #CDD107
Complementary color
Monochromatic Colors of #CDD107
Black with #CDD107
Text Example
Text Example
White with #CDD107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD107; }
p { color: rgb(205,209,7); }
H1.HeaderClassName
{
color: #CDD107;
}
.AnyTagClassName
{
color: #CDD107;
}
</style>
background-color css
<style>
a { background-color: #CDD107; }
a { background-color: rgb(205,209,7); }
div.DivClassName
{
background-color: #CDD107;
}
.BgClassName
{
background-color: #CDD107;
}
</style>
border-color css
<style>
span { border-color: #CDD107; }
span { border-color: rgb(205,209,7); }
td.TdClassName
{
border-color: #CDD107;
}
.TagClassName
{
border-color: #CDD107;
}
</style>