Shades of Bird Flower #CDC411
Tints of Bird Flower #CDC411
RGB
CMYK
RGB Variations
Color information
#CDC411 (or 0xCDC411) is known color: Bird Flower. HEX triplet: CD, C4 and 11. RGB value is (205,196,17). Sum of RGB (Red+Green+Blue) = 205+196+17=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC411 is #323BEE. Grayscale: #B3B3B3. Windows color (decimal): -3292143 or 1164493. OLE color: 1164493.
HSL color Cylindrical-coordinate representation of color #CDC411: hue angle of 57.13º 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 #CDC411 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 17 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.20 |
| HSL | 57.13º | 0.85% | 0.44% | - |
| HSV(B) | 57.13º | 0.92% | 0.8% | - |
| XYZ | 45.02 | 52.5 | 8.29 | - |
| YUV | 178.29 | 36.98 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 17 | 0 | 0.04 | 0.92 | 0.20 | 57.13 | 0.85 | 0.44 |
| Hex | CD | C4 | 11 | 0 | 4 | 5C | 14 | 39 | 55 | 2C |
| Octal | 315 | 304 | 21 | 0 | 4 | 134 | 24 | 71 | 125 | 54 |
| Binary | 11001101 | 11000100 | 10001 | 0 | 100 | 1011100 | 10100 | 111001 | 1010101 | 101100 |
Color Harmonies of #CDC411
Complementary color
Monochromatic Colors of #CDC411
Black with #CDC411
Text Example
Text Example
White with #CDC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC411; }
p { color: rgb(205,196,17); }
H1.HeaderClassName
{
color: #CDC411;
}
.AnyTagClassName
{
color: #CDC411;
}
</style>
background-color css
<style>
a { background-color: #CDC411; }
a { background-color: rgb(205,196,17); }
div.DivClassName
{
background-color: #CDC411;
}
.BgClassName
{
background-color: #CDC411;
}
</style>
border-color css
<style>
span { border-color: #CDC411; }
span { border-color: rgb(205,196,17); }
td.TdClassName
{
border-color: #CDC411;
}
.TagClassName
{
border-color: #CDC411;
}
</style>