Shades of Bird Flower #CDC517
Tints of Bird Flower #CDC517
RGB
CMYK
RGB Variations
Color information
#CDC517 (or 0xCDC517) is known color: Bird Flower. HEX triplet: CD, C5 and 17. RGB value is (205,197,23). Sum of RGB (Red+Green+Blue) = 205+197+23=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC517 is #323AE8. Grayscale: #B4B4B4. Windows color (decimal): -3291881 or 1557965. OLE color: 1557965.
HSL color Cylindrical-coordinate representation of color #CDC517: hue angle of 57.36º 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 #CDC517 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 23 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.20 |
| HSL | 57.36º | 0.8% | 0.45% | - |
| HSV(B) | 57.36º | 0.89% | 0.8% | - |
| XYZ | 45.3 | 52.97 | 8.65 | - |
| YUV | 179.56 | 39.65 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 23 | 0 | 0.04 | 0.89 | 0.20 | 57.36 | 0.8 | 0.45 |
| Hex | CD | C5 | 17 | 0 | 4 | 59 | 14 | 39 | 50 | 2D |
| Octal | 315 | 305 | 27 | 0 | 4 | 131 | 24 | 71 | 120 | 55 |
| Binary | 11001101 | 11000101 | 10111 | 0 | 100 | 1011001 | 10100 | 111001 | 1010000 | 101101 |
Color Harmonies of #CDC517
Complementary color
Monochromatic Colors of #CDC517
Black with #CDC517
Text Example
Text Example
White with #CDC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC517; }
p { color: rgb(205,197,23); }
H1.HeaderClassName
{
color: #CDC517;
}
.AnyTagClassName
{
color: #CDC517;
}
</style>
background-color css
<style>
a { background-color: #CDC517; }
a { background-color: rgb(205,197,23); }
div.DivClassName
{
background-color: #CDC517;
}
.BgClassName
{
background-color: #CDC517;
}
</style>
border-color css
<style>
span { border-color: #CDC517; }
span { border-color: rgb(205,197,23); }
td.TdClassName
{
border-color: #CDC517;
}
.TagClassName
{
border-color: #CDC517;
}
</style>