Shades of Bird Flower #CDC915
Tints of Bird Flower #CDC915
RGB
CMYK
RGB Variations
Color information
#CDC915 (or 0xCDC915) is known color: Bird Flower. HEX triplet: CD, C9 and 15. RGB value is (205,201,21). Sum of RGB (Red+Green+Blue) = 205+201+21=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC915 is #3236EA. Grayscale: #B6B6B6. Windows color (decimal): -3290859 or 1427917. OLE color: 1427917.
HSL color Cylindrical-coordinate representation of color #CDC915: hue angle of 58.7º 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 #CDC915 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.20 |
| HSL | 58.7º | 0.81% | 0.44% | - |
| HSV(B) | 58.7º | 0.9% | 0.8% | - |
| XYZ | 46.2 | 54.81 | 8.85 | - |
| YUV | 181.68 | 37.33 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 21 | 0 | 0.02 | 0.90 | 0.20 | 58.7 | 0.81 | 0.44 |
| Hex | CD | C9 | 15 | 0 | 2 | 5A | 14 | 3B | 51 | 2C |
| Octal | 315 | 311 | 25 | 0 | 2 | 132 | 24 | 73 | 121 | 54 |
| Binary | 11001101 | 11001001 | 10101 | 0 | 10 | 1011010 | 10100 | 111011 | 1010001 | 101100 |
Color Harmonies of #CDC915
Complementary color
Monochromatic Colors of #CDC915
Black with #CDC915
Text Example
Text Example
White with #CDC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC915; }
p { color: rgb(205,201,21); }
H1.HeaderClassName
{
color: #CDC915;
}
.AnyTagClassName
{
color: #CDC915;
}
</style>
background-color css
<style>
a { background-color: #CDC915; }
a { background-color: rgb(205,201,21); }
div.DivClassName
{
background-color: #CDC915;
}
.BgClassName
{
background-color: #CDC915;
}
</style>
border-color css
<style>
span { border-color: #CDC915; }
span { border-color: rgb(205,201,21); }
td.TdClassName
{
border-color: #CDC915;
}
.TagClassName
{
border-color: #CDC915;
}
</style>