Shades of Bird Flower #CCBC00
Tints of Bird Flower #CCBC00
RGB
CMYK
RGB Variations
Color information
#CCBC00 (or 0xCCBC00) is known color: Bird Flower. HEX triplet: CC, BC and 00. RGB value is (204,188,0). Sum of RGB (Red+Green+Blue) = 204+188+0=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC00 is #3343FF. Grayscale: #ACACAC. Windows color (decimal): -3359744 or 48332. OLE color: 48332.
HSL color Cylindrical-coordinate representation of color #CCBC00: hue angle of 55.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCBC00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.2 |
| HSL | 55.29º | 1% | 0.4% | - |
| HSV(B) | 55.29º | 1% | 0.8% | - |
| XYZ | 42.89 | 48.8 | 7.16 | - |
| YUV | 171.35 | 31.3 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 0 | 0 | 0.08 | 1 | 0.2 | 55.29 | 1 | 0.4 |
| Hex | CC | BC | 0 | 0 | 8 | 64 | 14 | 37 | 64 | 28 |
| Octal | 314 | 274 | 0 | 0 | 10 | 144 | 24 | 67 | 144 | 50 |
| Binary | 11001100 | 10111100 | 0 | 0 | 1000 | 1100100 | 10100 | 110111 | 1100100 | 101000 |
Color Harmonies of #CCBC00
Complementary color
Monochromatic Colors of #CCBC00
Black with #CCBC00
Text Example
Text Example
White with #CCBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC00; }
p { color: rgb(204,188,0); }
H1.HeaderClassName
{
color: #CCBC00;
}
.AnyTagClassName
{
color: #CCBC00;
}
</style>
background-color css
<style>
a { background-color: #CCBC00; }
a { background-color: rgb(204,188,0); }
div.DivClassName
{
background-color: #CCBC00;
}
.BgClassName
{
background-color: #CCBC00;
}
</style>
border-color css
<style>
span { border-color: #CCBC00; }
span { border-color: rgb(204,188,0); }
td.TdClassName
{
border-color: #CCBC00;
}
.TagClassName
{
border-color: #CCBC00;
}
</style>