Shades of Bird Flower #CCBC08
Tints of Bird Flower #CCBC08
RGB
CMYK
RGB Variations
Color information
#CCBC08 (or 0xCCBC08) is known color: Bird Flower. HEX triplet: CC, BC and 08. RGB value is (204,188,8). Sum of RGB (Red+Green+Blue) = 204+188+8=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC08 is #3343F7. Grayscale: #ACACAC. Windows color (decimal): -3359736 or 572620. OLE color: 572620.
HSL color Cylindrical-coordinate representation of color #CCBC08: hue angle of 55.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCBC08 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.2 |
| HSL | 55.1º | 0.92% | 0.42% | - |
| HSV(B) | 55.1º | 0.96% | 0.8% | - |
| XYZ | 42.93 | 48.82 | 7.39 | - |
| YUV | 172.26 | 35.3 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 8 | 0 | 0.08 | 0.96 | 0.2 | 55.1 | 0.92 | 0.42 |
| Hex | CC | BC | 8 | 0 | 8 | 60 | 14 | 37 | 5C | 2A |
| Octal | 314 | 274 | 10 | 0 | 10 | 140 | 24 | 67 | 134 | 52 |
| Binary | 11001100 | 10111100 | 1000 | 0 | 1000 | 1100000 | 10100 | 110111 | 1011100 | 101010 |
Color Harmonies of #CCBC08
Complementary color
Monochromatic Colors of #CCBC08
Black with #CCBC08
Text Example
Text Example
White with #CCBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC08; }
p { color: rgb(204,188,8); }
H1.HeaderClassName
{
color: #CCBC08;
}
.AnyTagClassName
{
color: #CCBC08;
}
</style>
background-color css
<style>
a { background-color: #CCBC08; }
a { background-color: rgb(204,188,8); }
div.DivClassName
{
background-color: #CCBC08;
}
.BgClassName
{
background-color: #CCBC08;
}
</style>
border-color css
<style>
span { border-color: #CCBC08; }
span { border-color: rgb(204,188,8); }
td.TdClassName
{
border-color: #CCBC08;
}
.TagClassName
{
border-color: #CCBC08;
}
</style>