Shades of Bird Flower #CDC913
Tints of Bird Flower #CDC913
RGB
CMYK
RGB Variations
Color information
#CDC913 (or 0xCDC913) is known color: Bird Flower. HEX triplet: CD, C9 and 13. RGB value is (205,201,19). Sum of RGB (Red+Green+Blue) = 205+201+19=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC913 is #3236EC. Grayscale: #B6B6B6. Windows color (decimal): -3290861 or 1296845. OLE color: 1296845.
HSL color Cylindrical-coordinate representation of color #CDC913: hue angle of 58.71º degrees, saturation: 0.83, 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 #CDC913 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 19 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.20 |
| HSL | 58.71º | 0.83% | 0.44% | - |
| HSV(B) | 58.71º | 0.91% | 0.8% | - |
| XYZ | 46.18 | 54.8 | 8.76 | - |
| YUV | 181.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 19 | 0 | 0.02 | 0.91 | 0.20 | 58.71 | 0.83 | 0.44 |
| Hex | CD | C9 | 13 | 0 | 2 | 5B | 14 | 3B | 53 | 2C |
| Octal | 315 | 311 | 23 | 0 | 2 | 133 | 24 | 73 | 123 | 54 |
| Binary | 11001101 | 11001001 | 10011 | 0 | 10 | 1011011 | 10100 | 111011 | 1010011 | 101100 |
Color Harmonies of #CDC913
Complementary color
Monochromatic Colors of #CDC913
Black with #CDC913
Text Example
Text Example
White with #CDC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC913; }
p { color: rgb(205,201,19); }
H1.HeaderClassName
{
color: #CDC913;
}
.AnyTagClassName
{
color: #CDC913;
}
</style>
background-color css
<style>
a { background-color: #CDC913; }
a { background-color: rgb(205,201,19); }
div.DivClassName
{
background-color: #CDC913;
}
.BgClassName
{
background-color: #CDC913;
}
</style>
border-color css
<style>
span { border-color: #CDC913; }
span { border-color: rgb(205,201,19); }
td.TdClassName
{
border-color: #CDC913;
}
.TagClassName
{
border-color: #CDC913;
}
</style>