Shades of Bird Flower #CDC912
Tints of Bird Flower #CDC912
RGB
CMYK
RGB Variations
Color information
#CDC912 (or 0xCDC912) is known color: Bird Flower. HEX triplet: CD, C9 and 12. RGB value is (205,201,18). Sum of RGB (Red+Green+Blue) = 205+201+18=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC912 is #3236ED. Grayscale: #B6B6B6. Windows color (decimal): -3290862 or 1231309. OLE color: 1231309.
HSL color Cylindrical-coordinate representation of color #CDC912: hue angle of 58.72º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDC912 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.20 |
| HSL | 58.72º | 0.84% | 0.44% | - |
| HSV(B) | 58.72º | 0.91% | 0.8% | - |
| XYZ | 46.17 | 54.8 | 8.72 | - |
| YUV | 181.33 | 35.83 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 18 | 0 | 0.02 | 0.91 | 0.20 | 58.72 | 0.84 | 0.44 |
| Hex | CD | C9 | 12 | 0 | 2 | 5B | 14 | 3B | 54 | 2C |
| Octal | 315 | 311 | 22 | 0 | 2 | 133 | 24 | 73 | 124 | 54 |
| Binary | 11001101 | 11001001 | 10010 | 0 | 10 | 1011011 | 10100 | 111011 | 1010100 | 101100 |
Color Harmonies of #CDC912
Complementary color
Monochromatic Colors of #CDC912
Black with #CDC912
Text Example
Text Example
White with #CDC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC912; }
p { color: rgb(205,201,18); }
H1.HeaderClassName
{
color: #CDC912;
}
.AnyTagClassName
{
color: #CDC912;
}
</style>
background-color css
<style>
a { background-color: #CDC912; }
a { background-color: rgb(205,201,18); }
div.DivClassName
{
background-color: #CDC912;
}
.BgClassName
{
background-color: #CDC912;
}
</style>
border-color css
<style>
span { border-color: #CDC912; }
span { border-color: rgb(205,201,18); }
td.TdClassName
{
border-color: #CDC912;
}
.TagClassName
{
border-color: #CDC912;
}
</style>