Shades of Bird Flower #CDC017
Tints of Bird Flower #CDC017
RGB
CMYK
RGB Variations
Color information
#CDC017 (or 0xCDC017) is known color: Bird Flower. HEX triplet: CD, C0 and 17. RGB value is (205,192,23). Sum of RGB (Red+Green+Blue) = 205+192+23=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC017 is #323FE8. Grayscale: #B1B1B1. Windows color (decimal): -3293161 or 1556685. OLE color: 1556685.
HSL color Cylindrical-coordinate representation of color #CDC017: hue angle of 55.71º degrees, saturation: 0.8, 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 #CDC017 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 23 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.20 |
| HSL | 55.71º | 0.8% | 0.45% | - |
| HSV(B) | 55.71º | 0.89% | 0.8% | - |
| XYZ | 44.18 | 50.74 | 8.28 | - |
| YUV | 176.62 | 41.31 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 23 | 0 | 0.06 | 0.89 | 0.20 | 55.71 | 0.8 | 0.45 |
| Hex | CD | C0 | 17 | 0 | 6 | 59 | 14 | 38 | 50 | 2D |
| Octal | 315 | 300 | 27 | 0 | 6 | 131 | 24 | 70 | 120 | 55 |
| Binary | 11001101 | 11000000 | 10111 | 0 | 110 | 1011001 | 10100 | 111000 | 1010000 | 101101 |
Color Harmonies of #CDC017
Complementary color
Monochromatic Colors of #CDC017
Black with #CDC017
Text Example
Text Example
White with #CDC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC017; }
p { color: rgb(205,192,23); }
H1.HeaderClassName
{
color: #CDC017;
}
.AnyTagClassName
{
color: #CDC017;
}
</style>
background-color css
<style>
a { background-color: #CDC017; }
a { background-color: rgb(205,192,23); }
div.DivClassName
{
background-color: #CDC017;
}
.BgClassName
{
background-color: #CDC017;
}
</style>
border-color css
<style>
span { border-color: #CDC017; }
span { border-color: rgb(205,192,23); }
td.TdClassName
{
border-color: #CDC017;
}
.TagClassName
{
border-color: #CDC017;
}
</style>