Shades of Bird Flower #CDC616
Tints of Bird Flower #CDC616
RGB
CMYK
RGB Variations
Color information
#CDC616 (or 0xCDC616) is known color: Bird Flower. HEX triplet: CD, C6 and 16. RGB value is (205,198,22). Sum of RGB (Red+Green+Blue) = 205+198+22=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC616 is #3239E9. Grayscale: #B4B4B4. Windows color (decimal): -3291626 or 1492685. OLE color: 1492685.
HSL color Cylindrical-coordinate representation of color #CDC616: hue angle of 57.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDC616 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 22 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.20 |
| HSL | 57.7º | 0.81% | 0.45% | - |
| HSV(B) | 57.7º | 0.89% | 0.8% | - |
| XYZ | 45.52 | 53.43 | 8.67 | - |
| YUV | 180.03 | 38.82 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 22 | 0 | 0.03 | 0.89 | 0.20 | 57.7 | 0.81 | 0.45 |
| Hex | CD | C6 | 16 | 0 | 3 | 59 | 14 | 3A | 51 | 2D |
| Octal | 315 | 306 | 26 | 0 | 3 | 131 | 24 | 72 | 121 | 55 |
| Binary | 11001101 | 11000110 | 10110 | 0 | 11 | 1011001 | 10100 | 111010 | 1010001 | 101101 |
Color Harmonies of #CDC616
Complementary color
Monochromatic Colors of #CDC616
Black with #CDC616
Text Example
Text Example
White with #CDC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC616; }
p { color: rgb(205,198,22); }
H1.HeaderClassName
{
color: #CDC616;
}
.AnyTagClassName
{
color: #CDC616;
}
</style>
background-color css
<style>
a { background-color: #CDC616; }
a { background-color: rgb(205,198,22); }
div.DivClassName
{
background-color: #CDC616;
}
.BgClassName
{
background-color: #CDC616;
}
</style>
border-color css
<style>
span { border-color: #CDC616; }
span { border-color: rgb(205,198,22); }
td.TdClassName
{
border-color: #CDC616;
}
.TagClassName
{
border-color: #CDC616;
}
</style>