Shades of Bird Flower #CDC617
Tints of Bird Flower #CDC617
RGB
CMYK
RGB Variations
Color information
#CDC617 (or 0xCDC617) is known color: Bird Flower. HEX triplet: CD, C6 and 17. RGB value is (205,198,23). Sum of RGB (Red+Green+Blue) = 205+198+23=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC617 is #3239E8. Grayscale: #B4B4B4. Windows color (decimal): -3291625 or 1558221. OLE color: 1558221.
HSL color Cylindrical-coordinate representation of color #CDC617: hue angle of 57.69º 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 #CDC617 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 23 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.20 |
| HSL | 57.69º | 0.8% | 0.45% | - |
| HSV(B) | 57.69º | 0.89% | 0.8% | - |
| XYZ | 45.53 | 53.43 | 8.72 | - |
| YUV | 180.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 23 | 0 | 0.03 | 0.89 | 0.20 | 57.69 | 0.8 | 0.45 |
| Hex | CD | C6 | 17 | 0 | 3 | 59 | 14 | 3A | 50 | 2D |
| Octal | 315 | 306 | 27 | 0 | 3 | 131 | 24 | 72 | 120 | 55 |
| Binary | 11001101 | 11000110 | 10111 | 0 | 11 | 1011001 | 10100 | 111010 | 1010000 | 101101 |
Color Harmonies of #CDC617
Complementary color
Monochromatic Colors of #CDC617
Black with #CDC617
Text Example
Text Example
White with #CDC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC617; }
p { color: rgb(205,198,23); }
H1.HeaderClassName
{
color: #CDC617;
}
.AnyTagClassName
{
color: #CDC617;
}
</style>
background-color css
<style>
a { background-color: #CDC617; }
a { background-color: rgb(205,198,23); }
div.DivClassName
{
background-color: #CDC617;
}
.BgClassName
{
background-color: #CDC617;
}
</style>
border-color css
<style>
span { border-color: #CDC617; }
span { border-color: rgb(205,198,23); }
td.TdClassName
{
border-color: #CDC617;
}
.TagClassName
{
border-color: #CDC617;
}
</style>