Shades of Bird Flower #CCD206
Tints of Bird Flower #CCD206
RGB
CMYK
RGB Variations
Color information
#CCD206 (or 0xCCD206) is known color: Bird Flower. HEX triplet: CC, D2 and 06. RGB value is (204,210,6). Sum of RGB (Red+Green+Blue) = 204+210+6=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD206 is #332DF9. Grayscale: #B9B9B9. Windows color (decimal): -3354106 or 447180. OLE color: 447180.
HSL color Cylindrical-coordinate representation of color #CCD206: hue angle of 61.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCD206 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.18 |
| HSL | 61.76º | 0.94% | 0.42% | - |
| HSV(B) | 61.76º | 0.97% | 0.82% | - |
| XYZ | 47.98 | 58.94 | 9.02 | - |
| YUV | 184.95 | 27.01 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 6 | 0.03 | 0 | 0.97 | 0.18 | 61.76 | 0.94 | 0.42 |
| Hex | CC | D2 | 6 | 3 | 0 | 61 | 12 | 3E | 5E | 2A |
| Octal | 314 | 322 | 6 | 3 | 0 | 141 | 22 | 76 | 136 | 52 |
| Binary | 11001100 | 11010010 | 110 | 11 | 0 | 1100001 | 10010 | 111110 | 1011110 | 101010 |
Color Harmonies of #CCD206
Complementary color
Monochromatic Colors of #CCD206
Black with #CCD206
Text Example
Text Example
White with #CCD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD206; }
p { color: rgb(204,210,6); }
H1.HeaderClassName
{
color: #CCD206;
}
.AnyTagClassName
{
color: #CCD206;
}
</style>
background-color css
<style>
a { background-color: #CCD206; }
a { background-color: rgb(204,210,6); }
div.DivClassName
{
background-color: #CCD206;
}
.BgClassName
{
background-color: #CCD206;
}
</style>
border-color css
<style>
span { border-color: #CCD206; }
span { border-color: rgb(204,210,6); }
td.TdClassName
{
border-color: #CCD206;
}
.TagClassName
{
border-color: #CCD206;
}
</style>