Shades of Bird Flower #CCD210
Tints of Bird Flower #CCD210
RGB
CMYK
RGB Variations
Color information
#CCD210 (or 0xCCD210) is known color: Bird Flower. HEX triplet: CC, D2 and 10. RGB value is (204,210,16). Sum of RGB (Red+Green+Blue) = 204+210+16=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD210 is #332DEF. Grayscale: #BABABA. Windows color (decimal): -3354096 or 1102540. OLE color: 1102540.
HSL color Cylindrical-coordinate representation of color #CCD210: hue angle of 61.86º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCD210 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.18 |
| HSL | 61.86º | 0.86% | 0.44% | - |
| HSV(B) | 61.86º | 0.92% | 0.82% | - |
| XYZ | 48.04 | 58.97 | 9.34 | - |
| YUV | 186.09 | 32.01 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 16 | 0.03 | 0 | 0.92 | 0.18 | 61.86 | 0.86 | 0.44 |
| Hex | CC | D2 | 10 | 3 | 0 | 5C | 12 | 3E | 56 | 2C |
| Octal | 314 | 322 | 20 | 3 | 0 | 134 | 22 | 76 | 126 | 54 |
| Binary | 11001100 | 11010010 | 10000 | 11 | 0 | 1011100 | 10010 | 111110 | 1010110 | 101100 |
Color Harmonies of #CCD210
Complementary color
Monochromatic Colors of #CCD210
Black with #CCD210
Text Example
Text Example
White with #CCD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD210; }
p { color: rgb(204,210,16); }
H1.HeaderClassName
{
color: #CCD210;
}
.AnyTagClassName
{
color: #CCD210;
}
</style>
background-color css
<style>
a { background-color: #CCD210; }
a { background-color: rgb(204,210,16); }
div.DivClassName
{
background-color: #CCD210;
}
.BgClassName
{
background-color: #CCD210;
}
</style>
border-color css
<style>
span { border-color: #CCD210; }
span { border-color: rgb(204,210,16); }
td.TdClassName
{
border-color: #CCD210;
}
.TagClassName
{
border-color: #CCD210;
}
</style>