Shades of Bird Flower #CCBC04
Tints of Bird Flower #CCBC04
RGB
CMYK
RGB Variations
Color information
#CCBC04 (or 0xCCBC04) is known color: Bird Flower. HEX triplet: CC, BC and 04. RGB value is (204,188,4). Sum of RGB (Red+Green+Blue) = 204+188+4=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC04 is #3343FB. Grayscale: #ACACAC. Windows color (decimal): -3359740 or 310476. OLE color: 310476.
HSL color Cylindrical-coordinate representation of color #CCBC04: hue angle of 55.2º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCBC04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.2 |
| HSL | 55.2º | 0.96% | 0.41% | - |
| HSV(B) | 55.2º | 0.98% | 0.8% | - |
| XYZ | 42.91 | 48.81 | 7.28 | - |
| YUV | 171.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 4 | 0 | 0.08 | 0.98 | 0.2 | 55.2 | 0.96 | 0.41 |
| Hex | CC | BC | 4 | 0 | 8 | 62 | 14 | 37 | 60 | 29 |
| Octal | 314 | 274 | 4 | 0 | 10 | 142 | 24 | 67 | 140 | 51 |
| Binary | 11001100 | 10111100 | 100 | 0 | 1000 | 1100010 | 10100 | 110111 | 1100000 | 101001 |
Color Harmonies of #CCBC04
Complementary color
Monochromatic Colors of #CCBC04
Black with #CCBC04
Text Example
Text Example
White with #CCBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC04; }
p { color: rgb(204,188,4); }
H1.HeaderClassName
{
color: #CCBC04;
}
.AnyTagClassName
{
color: #CCBC04;
}
</style>
background-color css
<style>
a { background-color: #CCBC04; }
a { background-color: rgb(204,188,4); }
div.DivClassName
{
background-color: #CCBC04;
}
.BgClassName
{
background-color: #CCBC04;
}
</style>
border-color css
<style>
span { border-color: #CCBC04; }
span { border-color: rgb(204,188,4); }
td.TdClassName
{
border-color: #CCBC04;
}
.TagClassName
{
border-color: #CCBC04;
}
</style>