Shades of Bird Flower #CDC60A
Tints of Bird Flower #CDC60A
RGB
CMYK
RGB Variations
Color information
#CDC60A (or 0xCDC60A) is known color: Bird Flower. HEX triplet: CD, C6 and 0A. RGB value is (205,198,10). Sum of RGB (Red+Green+Blue) = 205+198+10=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC60A is #3239F5. Grayscale: #B3B3B3. Windows color (decimal): -3291638 or 706253. OLE color: 706253.
HSL color Cylindrical-coordinate representation of color #CDC60A: hue angle of 57.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDC60A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.20 |
| HSL | 57.85º | 0.91% | 0.42% | - |
| HSV(B) | 57.85º | 0.95% | 0.8% | - |
| XYZ | 45.43 | 53.39 | 8.2 | - |
| YUV | 178.66 | 32.82 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 10 | 0 | 0.03 | 0.95 | 0.20 | 57.85 | 0.91 | 0.42 |
| Hex | CD | C6 | A | 0 | 3 | 5F | 14 | 3A | 5B | 2A |
| Octal | 315 | 306 | 12 | 0 | 3 | 137 | 24 | 72 | 133 | 52 |
| Binary | 11001101 | 11000110 | 1010 | 0 | 11 | 1011111 | 10100 | 111010 | 1011011 | 101010 |
Color Harmonies of #CDC60A
Complementary color
Monochromatic Colors of #CDC60A
Black with #CDC60A
Text Example
Text Example
White with #CDC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC60A; }
p { color: rgb(205,198,10); }
H1.HeaderClassName
{
color: #CDC60A;
}
.AnyTagClassName
{
color: #CDC60A;
}
</style>
background-color css
<style>
a { background-color: #CDC60A; }
a { background-color: rgb(205,198,10); }
div.DivClassName
{
background-color: #CDC60A;
}
.BgClassName
{
background-color: #CDC60A;
}
</style>
border-color css
<style>
span { border-color: #CDC60A; }
span { border-color: rgb(205,198,10); }
td.TdClassName
{
border-color: #CDC60A;
}
.TagClassName
{
border-color: #CDC60A;
}
</style>