Shades of Bird Flower #CDC009
Tints of Bird Flower #CDC009
RGB
CMYK
RGB Variations
Color information
#CDC009 (or 0xCDC009) is known color: Bird Flower. HEX triplet: CD, C0 and 09. RGB value is (205,192,9). Sum of RGB (Red+Green+Blue) = 205+192+9=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC009 is #323FF6. Grayscale: #AFAFAF. Windows color (decimal): -3293175 or 639181. OLE color: 639181.
HSL color Cylindrical-coordinate representation of color #CDC009: hue angle of 56.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDC009 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.20 |
| HSL | 56.02º | 0.92% | 0.42% | - |
| HSV(B) | 56.02º | 0.96% | 0.8% | - |
| XYZ | 44.08 | 50.7 | 7.72 | - |
| YUV | 175.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 9 | 0 | 0.06 | 0.96 | 0.20 | 56.02 | 0.92 | 0.42 |
| Hex | CD | C0 | 9 | 0 | 6 | 60 | 14 | 38 | 5C | 2A |
| Octal | 315 | 300 | 11 | 0 | 6 | 140 | 24 | 70 | 134 | 52 |
| Binary | 11001101 | 11000000 | 1001 | 0 | 110 | 1100000 | 10100 | 111000 | 1011100 | 101010 |
Color Harmonies of #CDC009
Complementary color
Monochromatic Colors of #CDC009
Black with #CDC009
Text Example
Text Example
White with #CDC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC009; }
p { color: rgb(205,192,9); }
H1.HeaderClassName
{
color: #CDC009;
}
.AnyTagClassName
{
color: #CDC009;
}
</style>
background-color css
<style>
a { background-color: #CDC009; }
a { background-color: rgb(205,192,9); }
div.DivClassName
{
background-color: #CDC009;
}
.BgClassName
{
background-color: #CDC009;
}
</style>
border-color css
<style>
span { border-color: #CDC009; }
span { border-color: rgb(205,192,9); }
td.TdClassName
{
border-color: #CDC009;
}
.TagClassName
{
border-color: #CDC009;
}
</style>