Shades of Bird Flower #CDC00A
Tints of Bird Flower #CDC00A
RGB
CMYK
RGB Variations
Color information
#CDC00A (or 0xCDC00A) is known color: Bird Flower. HEX triplet: CD, C0 and 0A. RGB value is (205,192,10). Sum of RGB (Red+Green+Blue) = 205+192+10=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC00A is #323FF5. Grayscale: #AFAFAF. Windows color (decimal): -3293174 or 704717. OLE color: 704717.
HSL color Cylindrical-coordinate representation of color #CDC00A: hue angle of 56º 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 #CDC00A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 10 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.20 |
| HSL | 56º | 0.91% | 0.42% | - |
| HSV(B) | 56º | 0.95% | 0.8% | - |
| XYZ | 44.08 | 50.7 | 7.75 | - |
| YUV | 175.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 10 | 0 | 0.06 | 0.95 | 0.20 | 56 | 0.91 | 0.42 |
| Hex | CD | C0 | A | 0 | 6 | 5F | 14 | 38 | 5B | 2A |
| Octal | 315 | 300 | 12 | 0 | 6 | 137 | 24 | 70 | 133 | 52 |
| Binary | 11001101 | 11000000 | 1010 | 0 | 110 | 1011111 | 10100 | 111000 | 1011011 | 101010 |
Color Harmonies of #CDC00A
Complementary color
Monochromatic Colors of #CDC00A
Black with #CDC00A
Text Example
Text Example
White with #CDC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC00A; }
p { color: rgb(205,192,10); }
H1.HeaderClassName
{
color: #CDC00A;
}
.AnyTagClassName
{
color: #CDC00A;
}
</style>
background-color css
<style>
a { background-color: #CDC00A; }
a { background-color: rgb(205,192,10); }
div.DivClassName
{
background-color: #CDC00A;
}
.BgClassName
{
background-color: #CDC00A;
}
</style>
border-color css
<style>
span { border-color: #CDC00A; }
span { border-color: rgb(205,192,10); }
td.TdClassName
{
border-color: #CDC00A;
}
.TagClassName
{
border-color: #CDC00A;
}
</style>