Shades of Bird Flower #CDC715
Tints of Bird Flower #CDC715
RGB
CMYK
RGB Variations
Color information
#CDC715 (or 0xCDC715) is known color: Bird Flower. HEX triplet: CD, C7 and 15. RGB value is (205,199,21). Sum of RGB (Red+Green+Blue) = 205+199+21=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC715 is #3238EA. Grayscale: #B5B5B5. Windows color (decimal): -3291371 or 1427405. OLE color: 1427405.
HSL color Cylindrical-coordinate representation of color #CDC715: hue angle of 58.04º 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 #CDC715 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 21 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.20 |
| HSL | 58.04º | 0.81% | 0.44% | - |
| HSV(B) | 58.04º | 0.9% | 0.8% | - |
| XYZ | 45.74 | 53.88 | 8.7 | - |
| YUV | 180.5 | 37.99 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 21 | 0 | 0.03 | 0.90 | 0.20 | 58.04 | 0.81 | 0.44 |
| Hex | CD | C7 | 15 | 0 | 3 | 5A | 14 | 3A | 51 | 2C |
| Octal | 315 | 307 | 25 | 0 | 3 | 132 | 24 | 72 | 121 | 54 |
| Binary | 11001101 | 11000111 | 10101 | 0 | 11 | 1011010 | 10100 | 111010 | 1010001 | 101100 |
Color Harmonies of #CDC715
Complementary color
Monochromatic Colors of #CDC715
Black with #CDC715
Text Example
Text Example
White with #CDC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC715; }
p { color: rgb(205,199,21); }
H1.HeaderClassName
{
color: #CDC715;
}
.AnyTagClassName
{
color: #CDC715;
}
</style>
background-color css
<style>
a { background-color: #CDC715; }
a { background-color: rgb(205,199,21); }
div.DivClassName
{
background-color: #CDC715;
}
.BgClassName
{
background-color: #CDC715;
}
</style>
border-color css
<style>
span { border-color: #CDC715; }
span { border-color: rgb(205,199,21); }
td.TdClassName
{
border-color: #CDC715;
}
.TagClassName
{
border-color: #CDC715;
}
</style>