Shades of Bird Flower #CDC20A
Tints of Bird Flower #CDC20A
RGB
CMYK
RGB Variations
Color information
#CDC20A (or 0xCDC20A) is known color: Bird Flower. HEX triplet: CD, C2 and 0A. RGB value is (205,194,10). Sum of RGB (Red+Green+Blue) = 205+194+10=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC20A is #323DF5. Grayscale: #B1B1B1. Windows color (decimal): -3292662 or 705229. OLE color: 705229.
HSL color Cylindrical-coordinate representation of color #CDC20A: hue angle of 56.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDC20A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.20 |
| HSL | 56.62º | 0.91% | 0.42% | - |
| HSV(B) | 56.62º | 0.95% | 0.8% | - |
| XYZ | 44.52 | 51.58 | 7.9 | - |
| YUV | 176.31 | 34.14 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 10 | 0 | 0.05 | 0.95 | 0.20 | 56.62 | 0.91 | 0.42 |
| Hex | CD | C2 | A | 0 | 5 | 5F | 14 | 39 | 5B | 2A |
| Octal | 315 | 302 | 12 | 0 | 5 | 137 | 24 | 71 | 133 | 52 |
| Binary | 11001101 | 11000010 | 1010 | 0 | 101 | 1011111 | 10100 | 111001 | 1011011 | 101010 |
Color Harmonies of #CDC20A
Complementary color
Monochromatic Colors of #CDC20A
Black with #CDC20A
Text Example
Text Example
White with #CDC20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC20A; }
p { color: rgb(205,194,10); }
H1.HeaderClassName
{
color: #CDC20A;
}
.AnyTagClassName
{
color: #CDC20A;
}
</style>
background-color css
<style>
a { background-color: #CDC20A; }
a { background-color: rgb(205,194,10); }
div.DivClassName
{
background-color: #CDC20A;
}
.BgClassName
{
background-color: #CDC20A;
}
</style>
border-color css
<style>
span { border-color: #CDC20A; }
span { border-color: rgb(205,194,10); }
td.TdClassName
{
border-color: #CDC20A;
}
.TagClassName
{
border-color: #CDC20A;
}
</style>