Shades of Bird Flower #CDC00C
Tints of Bird Flower #CDC00C
RGB
CMYK
RGB Variations
Color information
#CDC00C (or 0xCDC00C) is known color: Bird Flower. HEX triplet: CD, C0 and 0C. RGB value is (205,192,12). Sum of RGB (Red+Green+Blue) = 205+192+12=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC00C is #323FF3. Grayscale: #B0B0B0. Windows color (decimal): -3293172 or 835789. OLE color: 835789.
HSL color Cylindrical-coordinate representation of color #CDC00C: hue angle of 55.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDC00C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.20 |
| HSL | 55.96º | 0.89% | 0.43% | - |
| HSV(B) | 55.96º | 0.94% | 0.8% | - |
| XYZ | 44.09 | 50.7 | 7.81 | - |
| YUV | 175.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 12 | 0 | 0.06 | 0.94 | 0.20 | 55.96 | 0.89 | 0.43 |
| Hex | CD | C0 | C | 0 | 6 | 5E | 14 | 38 | 59 | 2B |
| Octal | 315 | 300 | 14 | 0 | 6 | 136 | 24 | 70 | 131 | 53 |
| Binary | 11001101 | 11000000 | 1100 | 0 | 110 | 1011110 | 10100 | 111000 | 1011001 | 101011 |
Color Harmonies of #CDC00C
Complementary color
Monochromatic Colors of #CDC00C
Black with #CDC00C
Text Example
Text Example
White with #CDC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC00C; }
p { color: rgb(205,192,12); }
H1.HeaderClassName
{
color: #CDC00C;
}
.AnyTagClassName
{
color: #CDC00C;
}
</style>
background-color css
<style>
a { background-color: #CDC00C; }
a { background-color: rgb(205,192,12); }
div.DivClassName
{
background-color: #CDC00C;
}
.BgClassName
{
background-color: #CDC00C;
}
</style>
border-color css
<style>
span { border-color: #CDC00C; }
span { border-color: rgb(205,192,12); }
td.TdClassName
{
border-color: #CDC00C;
}
.TagClassName
{
border-color: #CDC00C;
}
</style>