Shades of Bird Flower #CDC50D
Tints of Bird Flower #CDC50D
RGB
CMYK
RGB Variations
Color information
#CDC50D (or 0xCDC50D) is known color: Bird Flower. HEX triplet: CD, C5 and 0D. RGB value is (205,197,13). Sum of RGB (Red+Green+Blue) = 205+197+13=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC50D is #323AF2. Grayscale: #B3B3B3. Windows color (decimal): -3291891 or 902605. OLE color: 902605.
HSL color Cylindrical-coordinate representation of color #CDC50D: hue angle of 57.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDC50D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.20 |
| HSL | 57.5º | 0.88% | 0.43% | - |
| HSV(B) | 57.5º | 0.94% | 0.8% | - |
| XYZ | 45.22 | 52.94 | 8.22 | - |
| YUV | 178.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 13 | 0 | 0.04 | 0.94 | 0.20 | 57.5 | 0.88 | 0.43 |
| Hex | CD | C5 | D | 0 | 4 | 5E | 14 | 3A | 58 | 2B |
| Octal | 315 | 305 | 15 | 0 | 4 | 136 | 24 | 72 | 130 | 53 |
| Binary | 11001101 | 11000101 | 1101 | 0 | 100 | 1011110 | 10100 | 111010 | 1011000 | 101011 |
Color Harmonies of #CDC50D
Complementary color
Monochromatic Colors of #CDC50D
Black with #CDC50D
Text Example
Text Example
White with #CDC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC50D; }
p { color: rgb(205,197,13); }
H1.HeaderClassName
{
color: #CDC50D;
}
.AnyTagClassName
{
color: #CDC50D;
}
</style>
background-color css
<style>
a { background-color: #CDC50D; }
a { background-color: rgb(205,197,13); }
div.DivClassName
{
background-color: #CDC50D;
}
.BgClassName
{
background-color: #CDC50D;
}
</style>
border-color css
<style>
span { border-color: #CDC50D; }
span { border-color: rgb(205,197,13); }
td.TdClassName
{
border-color: #CDC50D;
}
.TagClassName
{
border-color: #CDC50D;
}
</style>