Shades of Bird Flower #CCD205
Tints of Bird Flower #CCD205
RGB
CMYK
RGB Variations
Color information
#CCD205 (or 0xCCD205) is known color: Bird Flower. HEX triplet: CC, D2 and 05. RGB value is (204,210,5). Sum of RGB (Red+Green+Blue) = 204+210+5=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD205 is #332DFA. Grayscale: #B9B9B9. Windows color (decimal): -3354107 or 381644. OLE color: 381644.
HSL color Cylindrical-coordinate representation of color #CCD205: hue angle of 61.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD205 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 5 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.18 |
| HSL | 61.76º | 0.95% | 0.42% | - |
| HSV(B) | 61.76º | 0.98% | 0.82% | - |
| XYZ | 47.98 | 58.94 | 8.99 | - |
| YUV | 184.84 | 26.51 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 5 | 0.03 | 0 | 0.98 | 0.18 | 61.76 | 0.95 | 0.42 |
| Hex | CC | D2 | 5 | 3 | 0 | 62 | 12 | 3E | 5F | 2A |
| Octal | 314 | 322 | 5 | 3 | 0 | 142 | 22 | 76 | 137 | 52 |
| Binary | 11001100 | 11010010 | 101 | 11 | 0 | 1100010 | 10010 | 111110 | 1011111 | 101010 |
Color Harmonies of #CCD205
Complementary color
Monochromatic Colors of #CCD205
Black with #CCD205
Text Example
Text Example
White with #CCD205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD205; }
p { color: rgb(204,210,5); }
H1.HeaderClassName
{
color: #CCD205;
}
.AnyTagClassName
{
color: #CCD205;
}
</style>
background-color css
<style>
a { background-color: #CCD205; }
a { background-color: rgb(204,210,5); }
div.DivClassName
{
background-color: #CCD205;
}
.BgClassName
{
background-color: #CCD205;
}
</style>
border-color css
<style>
span { border-color: #CCD205; }
span { border-color: rgb(204,210,5); }
td.TdClassName
{
border-color: #CCD205;
}
.TagClassName
{
border-color: #CCD205;
}
</style>