Shades of Bird Flower #CCBC0E
Tints of Bird Flower #CCBC0E
RGB
CMYK
RGB Variations
Color information
#CCBC0E (or 0xCCBC0E) is known color: Bird Flower. HEX triplet: CC, BC and 0E. RGB value is (204,188,14). Sum of RGB (Red+Green+Blue) = 204+188+14=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC0E is #3343F1. Grayscale: #ADADAD. Windows color (decimal): -3359730 or 965836. OLE color: 965836.
HSL color Cylindrical-coordinate representation of color #CCBC0E: hue angle of 54.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCBC0E is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 14 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.2 |
| HSL | 54.95º | 0.87% | 0.43% | - |
| HSV(B) | 54.95º | 0.93% | 0.8% | - |
| XYZ | 42.96 | 48.84 | 7.58 | - |
| YUV | 172.95 | 38.3 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 14 | 0 | 0.08 | 0.93 | 0.2 | 54.95 | 0.87 | 0.43 |
| Hex | CC | BC | E | 0 | 8 | 5D | 14 | 37 | 57 | 2B |
| Octal | 314 | 274 | 16 | 0 | 10 | 135 | 24 | 67 | 127 | 53 |
| Binary | 11001100 | 10111100 | 1110 | 0 | 1000 | 1011101 | 10100 | 110111 | 1010111 | 101011 |
Color Harmonies of #CCBC0E
Complementary color
Monochromatic Colors of #CCBC0E
Black with #CCBC0E
Text Example
Text Example
White with #CCBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC0E; }
p { color: rgb(204,188,14); }
H1.HeaderClassName
{
color: #CCBC0E;
}
.AnyTagClassName
{
color: #CCBC0E;
}
</style>
background-color css
<style>
a { background-color: #CCBC0E; }
a { background-color: rgb(204,188,14); }
div.DivClassName
{
background-color: #CCBC0E;
}
.BgClassName
{
background-color: #CCBC0E;
}
</style>
border-color css
<style>
span { border-color: #CCBC0E; }
span { border-color: rgb(204,188,14); }
td.TdClassName
{
border-color: #CCBC0E;
}
.TagClassName
{
border-color: #CCBC0E;
}
</style>