Shades of Bird Flower #CCD107
Tints of Bird Flower #CCD107
RGB
CMYK
RGB Variations
Color information
#CCD107 (or 0xCCD107) is known color: Bird Flower. HEX triplet: CC, D1 and 07. RGB value is (204,209,7). Sum of RGB (Red+Green+Blue) = 204+209+7=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD107 is #332EF8. Grayscale: #B9B9B9. Windows color (decimal): -3354361 or 512460. OLE color: 512460.
HSL color Cylindrical-coordinate representation of color #CCD107: hue angle of 61.49º 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 #CCD107 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 7 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.18 |
| HSL | 61.49º | 0.94% | 0.42% | - |
| HSV(B) | 61.49º | 0.97% | 0.82% | - |
| XYZ | 47.74 | 58.45 | 8.97 | - |
| YUV | 184.48 | 27.84 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 7 | 0.02 | 0 | 0.97 | 0.18 | 61.49 | 0.94 | 0.42 |
| Hex | CC | D1 | 7 | 2 | 0 | 61 | 12 | 3D | 5E | 2A |
| Octal | 314 | 321 | 7 | 2 | 0 | 141 | 22 | 75 | 136 | 52 |
| Binary | 11001100 | 11010001 | 111 | 10 | 0 | 1100001 | 10010 | 111101 | 1011110 | 101010 |
Color Harmonies of #CCD107
Complementary color
Monochromatic Colors of #CCD107
Black with #CCD107
Text Example
Text Example
White with #CCD107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD107; }
p { color: rgb(204,209,7); }
H1.HeaderClassName
{
color: #CCD107;
}
.AnyTagClassName
{
color: #CCD107;
}
</style>
background-color css
<style>
a { background-color: #CCD107; }
a { background-color: rgb(204,209,7); }
div.DivClassName
{
background-color: #CCD107;
}
.BgClassName
{
background-color: #CCD107;
}
</style>
border-color css
<style>
span { border-color: #CCD107; }
span { border-color: rgb(204,209,7); }
td.TdClassName
{
border-color: #CCD107;
}
.TagClassName
{
border-color: #CCD107;
}
</style>