Shades of Bird Flower #CDC309
Tints of Bird Flower #CDC309
RGB
CMYK
RGB Variations
Color information
#CDC309 (or 0xCDC309) is known color: Bird Flower. HEX triplet: CD, C3 and 09. RGB value is (205,195,9). Sum of RGB (Red+Green+Blue) = 205+195+9=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC309 is #323CF6. Grayscale: #B1B1B1. Windows color (decimal): -3292407 or 639949. OLE color: 639949.
HSL color Cylindrical-coordinate representation of color #CDC309: hue angle of 56.94º 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 #CDC309 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.20 |
| HSL | 56.94º | 0.92% | 0.42% | - |
| HSV(B) | 56.94º | 0.96% | 0.8% | - |
| XYZ | 44.74 | 52.03 | 7.94 | - |
| YUV | 176.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 9 | 0 | 0.05 | 0.96 | 0.20 | 56.94 | 0.92 | 0.42 |
| Hex | CD | C3 | 9 | 0 | 5 | 60 | 14 | 39 | 5C | 2A |
| Octal | 315 | 303 | 11 | 0 | 5 | 140 | 24 | 71 | 134 | 52 |
| Binary | 11001101 | 11000011 | 1001 | 0 | 101 | 1100000 | 10100 | 111001 | 1011100 | 101010 |
Color Harmonies of #CDC309
Complementary color
Monochromatic Colors of #CDC309
Black with #CDC309
Text Example
Text Example
White with #CDC309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC309; }
p { color: rgb(205,195,9); }
H1.HeaderClassName
{
color: #CDC309;
}
.AnyTagClassName
{
color: #CDC309;
}
</style>
background-color css
<style>
a { background-color: #CDC309; }
a { background-color: rgb(205,195,9); }
div.DivClassName
{
background-color: #CDC309;
}
.BgClassName
{
background-color: #CDC309;
}
</style>
border-color css
<style>
span { border-color: #CDC309; }
span { border-color: rgb(205,195,9); }
td.TdClassName
{
border-color: #CDC309;
}
.TagClassName
{
border-color: #CDC309;
}
</style>