Shades of Bird Flower #CDC409
Tints of Bird Flower #CDC409
RGB
CMYK
RGB Variations
Color information
#CDC409 (or 0xCDC409) is known color: Bird Flower. HEX triplet: CD, C4 and 09. RGB value is (205,196,9). Sum of RGB (Red+Green+Blue) = 205+196+9=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC409 is #323BF6. Grayscale: #B2B2B2. Windows color (decimal): -3292151 or 640205. OLE color: 640205.
HSL color Cylindrical-coordinate representation of color #CDC409: hue angle of 57.24º 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 #CDC409 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.20 |
| HSL | 57.24º | 0.92% | 0.42% | - |
| HSV(B) | 57.24º | 0.96% | 0.8% | - |
| XYZ | 44.97 | 52.48 | 8.02 | - |
| YUV | 177.37 | 32.98 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 9 | 0 | 0.04 | 0.96 | 0.20 | 57.24 | 0.92 | 0.42 |
| Hex | CD | C4 | 9 | 0 | 4 | 60 | 14 | 39 | 5C | 2A |
| Octal | 315 | 304 | 11 | 0 | 4 | 140 | 24 | 71 | 134 | 52 |
| Binary | 11001101 | 11000100 | 1001 | 0 | 100 | 1100000 | 10100 | 111001 | 1011100 | 101010 |
Color Harmonies of #CDC409
Complementary color
Monochromatic Colors of #CDC409
Black with #CDC409
Text Example
Text Example
White with #CDC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC409; }
p { color: rgb(205,196,9); }
H1.HeaderClassName
{
color: #CDC409;
}
.AnyTagClassName
{
color: #CDC409;
}
</style>
background-color css
<style>
a { background-color: #CDC409; }
a { background-color: rgb(205,196,9); }
div.DivClassName
{
background-color: #CDC409;
}
.BgClassName
{
background-color: #CDC409;
}
</style>
border-color css
<style>
span { border-color: #CDC409; }
span { border-color: rgb(205,196,9); }
td.TdClassName
{
border-color: #CDC409;
}
.TagClassName
{
border-color: #CDC409;
}
</style>