Shades of Bird Flower #CDC011
Tints of Bird Flower #CDC011
RGB
CMYK
RGB Variations
Color information
#CDC011 (or 0xCDC011) is known color: Bird Flower. HEX triplet: CD, C0 and 11. RGB value is (205,192,17). Sum of RGB (Red+Green+Blue) = 205+192+17=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC011 is #323FEE. Grayscale: #B0B0B0. Windows color (decimal): -3293167 or 1163469. OLE color: 1163469.
HSL color Cylindrical-coordinate representation of color #CDC011: hue angle of 55.85º 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 #CDC011 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.20 |
| HSL | 55.85º | 0.85% | 0.44% | - |
| HSV(B) | 55.85º | 0.92% | 0.8% | - |
| XYZ | 44.13 | 50.72 | 7.99 | - |
| YUV | 175.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 17 | 0 | 0.06 | 0.92 | 0.20 | 55.85 | 0.85 | 0.44 |
| Hex | CD | C0 | 11 | 0 | 6 | 5C | 14 | 38 | 55 | 2C |
| Octal | 315 | 300 | 21 | 0 | 6 | 134 | 24 | 70 | 125 | 54 |
| Binary | 11001101 | 11000000 | 10001 | 0 | 110 | 1011100 | 10100 | 111000 | 1010101 | 101100 |
Color Harmonies of #CDC011
Complementary color
Monochromatic Colors of #CDC011
Black with #CDC011
Text Example
Text Example
White with #CDC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC011; }
p { color: rgb(205,192,17); }
H1.HeaderClassName
{
color: #CDC011;
}
.AnyTagClassName
{
color: #CDC011;
}
</style>
background-color css
<style>
a { background-color: #CDC011; }
a { background-color: rgb(205,192,17); }
div.DivClassName
{
background-color: #CDC011;
}
.BgClassName
{
background-color: #CDC011;
}
</style>
border-color css
<style>
span { border-color: #CDC011; }
span { border-color: rgb(205,192,17); }
td.TdClassName
{
border-color: #CDC011;
}
.TagClassName
{
border-color: #CDC011;
}
</style>