Shades of Bird Flower #CDC503
Tints of Bird Flower #CDC503
RGB
CMYK
RGB Variations
Color information
#CDC503 (or 0xCDC503) is known color: Bird Flower. HEX triplet: CD, C5 and 03. RGB value is (205,197,3). Sum of RGB (Red+Green+Blue) = 205+197+3=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC503 is #323AFC. Grayscale: #B2B2B2. Windows color (decimal): -3291901 or 247245. OLE color: 247245.
HSL color Cylindrical-coordinate representation of color #CDC503: hue angle of 57.62º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDC503 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.20 |
| HSL | 57.62º | 0.97% | 0.41% | - |
| HSV(B) | 57.62º | 0.99% | 0.8% | - |
| XYZ | 45.16 | 52.92 | 7.92 | - |
| YUV | 177.28 | 29.65 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 3 | 0 | 0.04 | 0.99 | 0.20 | 57.62 | 0.97 | 0.41 |
| Hex | CD | C5 | 3 | 0 | 4 | 63 | 14 | 3A | 61 | 29 |
| Octal | 315 | 305 | 3 | 0 | 4 | 143 | 24 | 72 | 141 | 51 |
| Binary | 11001101 | 11000101 | 11 | 0 | 100 | 1100011 | 10100 | 111010 | 1100001 | 101001 |
Color Harmonies of #CDC503
Complementary color
Monochromatic Colors of #CDC503
Black with #CDC503
Text Example
Text Example
White with #CDC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC503; }
p { color: rgb(205,197,3); }
H1.HeaderClassName
{
color: #CDC503;
}
.AnyTagClassName
{
color: #CDC503;
}
</style>
background-color css
<style>
a { background-color: #CDC503; }
a { background-color: rgb(205,197,3); }
div.DivClassName
{
background-color: #CDC503;
}
.BgClassName
{
background-color: #CDC503;
}
</style>
border-color css
<style>
span { border-color: #CDC503; }
span { border-color: rgb(205,197,3); }
td.TdClassName
{
border-color: #CDC503;
}
.TagClassName
{
border-color: #CDC503;
}
</style>