Shades of Bird Flower #CDC30C
Tints of Bird Flower #CDC30C
RGB
CMYK
RGB Variations
Color information
#CDC30C (or 0xCDC30C) is known color: Bird Flower. HEX triplet: CD, C3 and 0C. RGB value is (205,195,12). Sum of RGB (Red+Green+Blue) = 205+195+12=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC30C is #323CF3. Grayscale: #B1B1B1. Windows color (decimal): -3292404 or 836557. OLE color: 836557.
HSL color Cylindrical-coordinate representation of color #CDC30C: hue angle of 56.89º 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 #CDC30C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.20 |
| HSL | 56.89º | 0.89% | 0.43% | - |
| HSV(B) | 56.89º | 0.94% | 0.8% | - |
| XYZ | 44.76 | 52.04 | 8.03 | - |
| YUV | 177.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 12 | 0 | 0.05 | 0.94 | 0.20 | 56.89 | 0.89 | 0.43 |
| Hex | CD | C3 | C | 0 | 5 | 5E | 14 | 39 | 59 | 2B |
| Octal | 315 | 303 | 14 | 0 | 5 | 136 | 24 | 71 | 131 | 53 |
| Binary | 11001101 | 11000011 | 1100 | 0 | 101 | 1011110 | 10100 | 111001 | 1011001 | 101011 |
Color Harmonies of #CDC30C
Complementary color
Monochromatic Colors of #CDC30C
Black with #CDC30C
Text Example
Text Example
White with #CDC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC30C; }
p { color: rgb(205,195,12); }
H1.HeaderClassName
{
color: #CDC30C;
}
.AnyTagClassName
{
color: #CDC30C;
}
</style>
background-color css
<style>
a { background-color: #CDC30C; }
a { background-color: rgb(205,195,12); }
div.DivClassName
{
background-color: #CDC30C;
}
.BgClassName
{
background-color: #CDC30C;
}
</style>
border-color css
<style>
span { border-color: #CDC30C; }
span { border-color: rgb(205,195,12); }
td.TdClassName
{
border-color: #CDC30C;
}
.TagClassName
{
border-color: #CDC30C;
}
</style>