Shades of Bird Flower #CDC711
Tints of Bird Flower #CDC711
RGB
CMYK
RGB Variations
Color information
#CDC711 (or 0xCDC711) is known color: Bird Flower. HEX triplet: CD, C7 and 11. RGB value is (205,199,17). Sum of RGB (Red+Green+Blue) = 205+199+17=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC711 is #3238EE. Grayscale: #B4B4B4. Windows color (decimal): -3291375 or 1165261. OLE color: 1165261.
HSL color Cylindrical-coordinate representation of color #CDC711: hue angle of 58.09º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDC711 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 17 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.20 |
| HSL | 58.09º | 0.85% | 0.44% | - |
| HSV(B) | 58.09º | 0.92% | 0.8% | - |
| XYZ | 45.7 | 53.87 | 8.52 | - |
| YUV | 180.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 17 | 0 | 0.03 | 0.92 | 0.20 | 58.09 | 0.85 | 0.44 |
| Hex | CD | C7 | 11 | 0 | 3 | 5C | 14 | 3A | 55 | 2C |
| Octal | 315 | 307 | 21 | 0 | 3 | 134 | 24 | 72 | 125 | 54 |
| Binary | 11001101 | 11000111 | 10001 | 0 | 11 | 1011100 | 10100 | 111010 | 1010101 | 101100 |
Color Harmonies of #CDC711
Complementary color
Monochromatic Colors of #CDC711
Black with #CDC711
Text Example
Text Example
White with #CDC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC711; }
p { color: rgb(205,199,17); }
H1.HeaderClassName
{
color: #CDC711;
}
.AnyTagClassName
{
color: #CDC711;
}
</style>
background-color css
<style>
a { background-color: #CDC711; }
a { background-color: rgb(205,199,17); }
div.DivClassName
{
background-color: #CDC711;
}
.BgClassName
{
background-color: #CDC711;
}
</style>
border-color css
<style>
span { border-color: #CDC711; }
span { border-color: rgb(205,199,17); }
td.TdClassName
{
border-color: #CDC711;
}
.TagClassName
{
border-color: #CDC711;
}
</style>