Shades of Bird Flower #CDC113
Tints of Bird Flower #CDC113
RGB
CMYK
RGB Variations
Color information
#CDC113 (or 0xCDC113) is known color: Bird Flower. HEX triplet: CD, C1 and 13. RGB value is (205,193,19). Sum of RGB (Red+Green+Blue) = 205+193+19=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC113 is #323EEC. Grayscale: #B1B1B1. Windows color (decimal): -3292909 or 1294797. OLE color: 1294797.
HSL color Cylindrical-coordinate representation of color #CDC113: hue angle of 56.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDC113 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.20 |
| HSL | 56.13º | 0.83% | 0.44% | - |
| HSV(B) | 56.13º | 0.91% | 0.8% | - |
| XYZ | 44.36 | 51.17 | 8.15 | - |
| YUV | 176.75 | 38.98 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 19 | 0 | 0.06 | 0.91 | 0.20 | 56.13 | 0.83 | 0.44 |
| Hex | CD | C1 | 13 | 0 | 6 | 5B | 14 | 38 | 53 | 2C |
| Octal | 315 | 301 | 23 | 0 | 6 | 133 | 24 | 70 | 123 | 54 |
| Binary | 11001101 | 11000001 | 10011 | 0 | 110 | 1011011 | 10100 | 111000 | 1010011 | 101100 |
Color Harmonies of #CDC113
Complementary color
Monochromatic Colors of #CDC113
Black with #CDC113
Text Example
Text Example
White with #CDC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC113; }
p { color: rgb(205,193,19); }
H1.HeaderClassName
{
color: #CDC113;
}
.AnyTagClassName
{
color: #CDC113;
}
</style>
background-color css
<style>
a { background-color: #CDC113; }
a { background-color: rgb(205,193,19); }
div.DivClassName
{
background-color: #CDC113;
}
.BgClassName
{
background-color: #CDC113;
}
</style>
border-color css
<style>
span { border-color: #CDC113; }
span { border-color: rgb(205,193,19); }
td.TdClassName
{
border-color: #CDC113;
}
.TagClassName
{
border-color: #CDC113;
}
</style>