Shades of Bird Flower #CDC713
Tints of Bird Flower #CDC713
RGB
CMYK
RGB Variations
Color information
#CDC713 (or 0xCDC713) is known color: Bird Flower. HEX triplet: CD, C7 and 13. RGB value is (205,199,19). Sum of RGB (Red+Green+Blue) = 205+199+19=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC713 is #3238EC. Grayscale: #B5B5B5. Windows color (decimal): -3291373 or 1296333. OLE color: 1296333.
HSL color Cylindrical-coordinate representation of color #CDC713: hue angle of 58.06º 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 #CDC713 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 19 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.20 |
| HSL | 58.06º | 0.83% | 0.44% | - |
| HSV(B) | 58.06º | 0.91% | 0.8% | - |
| XYZ | 45.72 | 53.87 | 8.61 | - |
| YUV | 180.27 | 36.99 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 19 | 0 | 0.03 | 0.91 | 0.20 | 58.06 | 0.83 | 0.44 |
| Hex | CD | C7 | 13 | 0 | 3 | 5B | 14 | 3A | 53 | 2C |
| Octal | 315 | 307 | 23 | 0 | 3 | 133 | 24 | 72 | 123 | 54 |
| Binary | 11001101 | 11000111 | 10011 | 0 | 11 | 1011011 | 10100 | 111010 | 1010011 | 101100 |
Color Harmonies of #CDC713
Complementary color
Monochromatic Colors of #CDC713
Black with #CDC713
Text Example
Text Example
White with #CDC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC713; }
p { color: rgb(205,199,19); }
H1.HeaderClassName
{
color: #CDC713;
}
.AnyTagClassName
{
color: #CDC713;
}
</style>
background-color css
<style>
a { background-color: #CDC713; }
a { background-color: rgb(205,199,19); }
div.DivClassName
{
background-color: #CDC713;
}
.BgClassName
{
background-color: #CDC713;
}
</style>
border-color css
<style>
span { border-color: #CDC713; }
span { border-color: rgb(205,199,19); }
td.TdClassName
{
border-color: #CDC713;
}
.TagClassName
{
border-color: #CDC713;
}
</style>