Shades of Bird Flower #CCD010
Tints of Bird Flower #CCD010
RGB
CMYK
RGB Variations
Color information
#CCD010 (or 0xCCD010) is known color: Bird Flower. HEX triplet: CC, D0 and 10. RGB value is (204,208,16). Sum of RGB (Red+Green+Blue) = 204+208+16=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD010 is #332FEF. Grayscale: #B9B9B9. Windows color (decimal): -3354608 or 1102028. OLE color: 1102028.
HSL color Cylindrical-coordinate representation of color #CCD010: hue angle of 61.25º 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 #CCD010 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 16 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.18 |
| HSL | 61.25º | 0.86% | 0.44% | - |
| HSV(B) | 61.25º | 0.92% | 0.82% | - |
| XYZ | 47.55 | 57.99 | 9.18 | - |
| YUV | 184.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 16 | 0.02 | 0 | 0.92 | 0.18 | 61.25 | 0.86 | 0.44 |
| Hex | CC | D0 | 10 | 2 | 0 | 5C | 12 | 3D | 56 | 2C |
| Octal | 314 | 320 | 20 | 2 | 0 | 134 | 22 | 75 | 126 | 54 |
| Binary | 11001100 | 11010000 | 10000 | 10 | 0 | 1011100 | 10010 | 111101 | 1010110 | 101100 |
Color Harmonies of #CCD010
Complementary color
Monochromatic Colors of #CCD010
Black with #CCD010
Text Example
Text Example
White with #CCD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD010; }
p { color: rgb(204,208,16); }
H1.HeaderClassName
{
color: #CCD010;
}
.AnyTagClassName
{
color: #CCD010;
}
</style>
background-color css
<style>
a { background-color: #CCD010; }
a { background-color: rgb(204,208,16); }
div.DivClassName
{
background-color: #CCD010;
}
.BgClassName
{
background-color: #CCD010;
}
</style>
border-color css
<style>
span { border-color: #CCD010; }
span { border-color: rgb(204,208,16); }
td.TdClassName
{
border-color: #CCD010;
}
.TagClassName
{
border-color: #CCD010;
}
</style>