Shades of Bird Flower #CDC811
Tints of Bird Flower #CDC811
RGB
CMYK
RGB Variations
Color information
#CDC811 (or 0xCDC811) is known color: Bird Flower. HEX triplet: CD, C8 and 11. RGB value is (205,200,17). Sum of RGB (Red+Green+Blue) = 205+200+17=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC811 is #3237EE. Grayscale: #B5B5B5. Windows color (decimal): -3291119 or 1165517. OLE color: 1165517.
HSL color Cylindrical-coordinate representation of color #CDC811: hue angle of 58.4º 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 #CDC811 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 17 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.20 |
| HSL | 58.4º | 0.85% | 0.44% | - |
| HSV(B) | 58.4º | 0.92% | 0.8% | - |
| XYZ | 45.93 | 54.33 | 8.6 | - |
| YUV | 180.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 17 | 0 | 0.02 | 0.92 | 0.20 | 58.4 | 0.85 | 0.44 |
| Hex | CD | C8 | 11 | 0 | 2 | 5C | 14 | 3A | 55 | 2C |
| Octal | 315 | 310 | 21 | 0 | 2 | 134 | 24 | 72 | 125 | 54 |
| Binary | 11001101 | 11001000 | 10001 | 0 | 10 | 1011100 | 10100 | 111010 | 1010101 | 101100 |
Color Harmonies of #CDC811
Complementary color
Monochromatic Colors of #CDC811
Black with #CDC811
Text Example
Text Example
White with #CDC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC811; }
p { color: rgb(205,200,17); }
H1.HeaderClassName
{
color: #CDC811;
}
.AnyTagClassName
{
color: #CDC811;
}
</style>
background-color css
<style>
a { background-color: #CDC811; }
a { background-color: rgb(205,200,17); }
div.DivClassName
{
background-color: #CDC811;
}
.BgClassName
{
background-color: #CDC811;
}
</style>
border-color css
<style>
span { border-color: #CDC811; }
span { border-color: rgb(205,200,17); }
td.TdClassName
{
border-color: #CDC811;
}
.TagClassName
{
border-color: #CDC811;
}
</style>