Shades of Bird Flower #CDC815
Tints of Bird Flower #CDC815
RGB
CMYK
RGB Variations
Color information
#CDC815 (or 0xCDC815) is known color: Bird Flower. HEX triplet: CD, C8 and 15. RGB value is (205,200,21). Sum of RGB (Red+Green+Blue) = 205+200+21=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC815 is #3237EA. Grayscale: #B5B5B5. Windows color (decimal): -3291115 or 1427661. OLE color: 1427661.
HSL color Cylindrical-coordinate representation of color #CDC815: hue angle of 58.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDC815 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.20 |
| HSL | 58.37º | 0.81% | 0.44% | - |
| HSV(B) | 58.37º | 0.9% | 0.8% | - |
| XYZ | 45.97 | 54.34 | 8.78 | - |
| YUV | 181.09 | 37.66 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 21 | 0 | 0.02 | 0.90 | 0.20 | 58.37 | 0.81 | 0.44 |
| Hex | CD | C8 | 15 | 0 | 2 | 5A | 14 | 3A | 51 | 2C |
| Octal | 315 | 310 | 25 | 0 | 2 | 132 | 24 | 72 | 121 | 54 |
| Binary | 11001101 | 11001000 | 10101 | 0 | 10 | 1011010 | 10100 | 111010 | 1010001 | 101100 |
Color Harmonies of #CDC815
Complementary color
Monochromatic Colors of #CDC815
Black with #CDC815
Text Example
Text Example
White with #CDC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC815; }
p { color: rgb(205,200,21); }
H1.HeaderClassName
{
color: #CDC815;
}
.AnyTagClassName
{
color: #CDC815;
}
</style>
background-color css
<style>
a { background-color: #CDC815; }
a { background-color: rgb(205,200,21); }
div.DivClassName
{
background-color: #CDC815;
}
.BgClassName
{
background-color: #CDC815;
}
</style>
border-color css
<style>
span { border-color: #CDC815; }
span { border-color: rgb(205,200,21); }
td.TdClassName
{
border-color: #CDC815;
}
.TagClassName
{
border-color: #CDC815;
}
</style>