Shades of Bird Flower #CDC600
Tints of Bird Flower #CDC600
RGB
CMYK
RGB Variations
Color information
#CDC600 (or 0xCDC600) is known color: Bird Flower. HEX triplet: CD, C6 and 00. RGB value is (205,198,0). Sum of RGB (Red+Green+Blue) = 205+198+0=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC600 is #3239FF. Grayscale: #B2B2B2. Windows color (decimal): -3291648 or 50893. OLE color: 50893.
HSL color Cylindrical-coordinate representation of color #CDC600: hue angle of 57.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDC600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.20 |
| HSL | 57.95º | 1% | 0.4% | - |
| HSV(B) | 57.95º | 1% | 0.8% | - |
| XYZ | 45.37 | 53.37 | 7.91 | - |
| YUV | 177.52 | 27.82 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 0 | 0 | 0.03 | 1 | 0.20 | 57.95 | 1 | 0.4 |
| Hex | CD | C6 | 0 | 0 | 3 | 64 | 14 | 3A | 64 | 28 |
| Octal | 315 | 306 | 0 | 0 | 3 | 144 | 24 | 72 | 144 | 50 |
| Binary | 11001101 | 11000110 | 0 | 0 | 11 | 1100100 | 10100 | 111010 | 1100100 | 101000 |
Color Harmonies of #CDC600
Complementary color
Monochromatic Colors of #CDC600
Black with #CDC600
Text Example
Text Example
White with #CDC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC600; }
p { color: rgb(205,198,0); }
H1.HeaderClassName
{
color: #CDC600;
}
.AnyTagClassName
{
color: #CDC600;
}
</style>
background-color css
<style>
a { background-color: #CDC600; }
a { background-color: rgb(205,198,0); }
div.DivClassName
{
background-color: #CDC600;
}
.BgClassName
{
background-color: #CDC600;
}
</style>
border-color css
<style>
span { border-color: #CDC600; }
span { border-color: rgb(205,198,0); }
td.TdClassName
{
border-color: #CDC600;
}
.TagClassName
{
border-color: #CDC600;
}
</style>