Shades of Bird Flower #CDC412
Tints of Bird Flower #CDC412
RGB
CMYK
RGB Variations
Color information
#CDC412 (or 0xCDC412) is known color: Bird Flower. HEX triplet: CD, C4 and 12. RGB value is (205,196,18). Sum of RGB (Red+Green+Blue) = 205+196+18=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC412 is #323BED. Grayscale: #B3B3B3. Windows color (decimal): -3292142 or 1230029. OLE color: 1230029.
HSL color Cylindrical-coordinate representation of color #CDC412: hue angle of 57.11º 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 #CDC412 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 18 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.20 |
| HSL | 57.11º | 0.84% | 0.44% | - |
| HSV(B) | 57.11º | 0.91% | 0.8% | - |
| XYZ | 45.03 | 52.5 | 8.33 | - |
| YUV | 178.4 | 37.48 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 18 | 0 | 0.04 | 0.91 | 0.20 | 57.11 | 0.84 | 0.44 |
| Hex | CD | C4 | 12 | 0 | 4 | 5B | 14 | 39 | 54 | 2C |
| Octal | 315 | 304 | 22 | 0 | 4 | 133 | 24 | 71 | 124 | 54 |
| Binary | 11001101 | 11000100 | 10010 | 0 | 100 | 1011011 | 10100 | 111001 | 1010100 | 101100 |
Color Harmonies of #CDC412
Complementary color
Monochromatic Colors of #CDC412
Black with #CDC412
Text Example
Text Example
White with #CDC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC412; }
p { color: rgb(205,196,18); }
H1.HeaderClassName
{
color: #CDC412;
}
.AnyTagClassName
{
color: #CDC412;
}
</style>
background-color css
<style>
a { background-color: #CDC412; }
a { background-color: rgb(205,196,18); }
div.DivClassName
{
background-color: #CDC412;
}
.BgClassName
{
background-color: #CDC412;
}
</style>
border-color css
<style>
span { border-color: #CDC412; }
span { border-color: rgb(205,196,18); }
td.TdClassName
{
border-color: #CDC412;
}
.TagClassName
{
border-color: #CDC412;
}
</style>