Shades of Bird Flower #CDC006
Tints of Bird Flower #CDC006
RGB
CMYK
RGB Variations
Color information
#CDC006 (or 0xCDC006) is known color: Bird Flower. HEX triplet: CD, C0 and 06. RGB value is (205,192,6). Sum of RGB (Red+Green+Blue) = 205+192+6=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC006 is #323FF9. Grayscale: #AFAFAF. Windows color (decimal): -3293178 or 442573. OLE color: 442573.
HSL color Cylindrical-coordinate representation of color #CDC006: hue angle of 56.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDC006 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.20 |
| HSL | 56.08º | 0.94% | 0.41% | - |
| HSV(B) | 56.08º | 0.97% | 0.8% | - |
| XYZ | 44.06 | 50.69 | 7.63 | - |
| YUV | 174.68 | 32.81 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 6 | 0 | 0.06 | 0.97 | 0.20 | 56.08 | 0.94 | 0.41 |
| Hex | CD | C0 | 6 | 0 | 6 | 61 | 14 | 38 | 5E | 29 |
| Octal | 315 | 300 | 6 | 0 | 6 | 141 | 24 | 70 | 136 | 51 |
| Binary | 11001101 | 11000000 | 110 | 0 | 110 | 1100001 | 10100 | 111000 | 1011110 | 101001 |
Color Harmonies of #CDC006
Complementary color
Monochromatic Colors of #CDC006
Black with #CDC006
Text Example
Text Example
White with #CDC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC006; }
p { color: rgb(205,192,6); }
H1.HeaderClassName
{
color: #CDC006;
}
.AnyTagClassName
{
color: #CDC006;
}
</style>
background-color css
<style>
a { background-color: #CDC006; }
a { background-color: rgb(205,192,6); }
div.DivClassName
{
background-color: #CDC006;
}
.BgClassName
{
background-color: #CDC006;
}
</style>
border-color css
<style>
span { border-color: #CDC006; }
span { border-color: rgb(205,192,6); }
td.TdClassName
{
border-color: #CDC006;
}
.TagClassName
{
border-color: #CDC006;
}
</style>