Shades of Bird Flower #CDC611
Tints of Bird Flower #CDC611
RGB
CMYK
RGB Variations
Color information
#CDC611 (or 0xCDC611) is known color: Bird Flower. HEX triplet: CD, C6 and 11. RGB value is (205,198,17). Sum of RGB (Red+Green+Blue) = 205+198+17=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC611 is #3239EE. Grayscale: #B4B4B4. Windows color (decimal): -3291631 or 1165005. OLE color: 1165005.
HSL color Cylindrical-coordinate representation of color #CDC611: hue angle of 57.77º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDC611 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 17 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.20 |
| HSL | 57.77º | 0.85% | 0.44% | - |
| HSV(B) | 57.77º | 0.92% | 0.8% | - |
| XYZ | 45.47 | 53.41 | 8.44 | - |
| YUV | 179.46 | 36.32 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 17 | 0 | 0.03 | 0.92 | 0.20 | 57.77 | 0.85 | 0.44 |
| Hex | CD | C6 | 11 | 0 | 3 | 5C | 14 | 3A | 55 | 2C |
| Octal | 315 | 306 | 21 | 0 | 3 | 134 | 24 | 72 | 125 | 54 |
| Binary | 11001101 | 11000110 | 10001 | 0 | 11 | 1011100 | 10100 | 111010 | 1010101 | 101100 |
Color Harmonies of #CDC611
Complementary color
Monochromatic Colors of #CDC611
Black with #CDC611
Text Example
Text Example
White with #CDC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC611; }
p { color: rgb(205,198,17); }
H1.HeaderClassName
{
color: #CDC611;
}
.AnyTagClassName
{
color: #CDC611;
}
</style>
background-color css
<style>
a { background-color: #CDC611; }
a { background-color: rgb(205,198,17); }
div.DivClassName
{
background-color: #CDC611;
}
.BgClassName
{
background-color: #CDC611;
}
</style>
border-color css
<style>
span { border-color: #CDC611; }
span { border-color: rgb(205,198,17); }
td.TdClassName
{
border-color: #CDC611;
}
.TagClassName
{
border-color: #CDC611;
}
</style>