Shades of Bird Flower #CCBE0B
Tints of Bird Flower #CCBE0B
RGB
CMYK
RGB Variations
Color information
#CCBE0B (or 0xCCBE0B) is known color: Bird Flower. HEX triplet: CC, BE and 0B. RGB value is (204,190,11). Sum of RGB (Red+Green+Blue) = 204+190+11=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE0B is #3341F4. Grayscale: #AEAEAE. Windows color (decimal): -3359221 or 769740. OLE color: 769740.
HSL color Cylindrical-coordinate representation of color #CCBE0B: hue angle of 55.65º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCBE0B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.2 |
| HSL | 55.65º | 0.9% | 0.42% | - |
| HSV(B) | 55.65º | 0.95% | 0.8% | - |
| XYZ | 43.38 | 49.69 | 7.62 | - |
| YUV | 173.78 | 36.14 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 11 | 0 | 0.07 | 0.95 | 0.2 | 55.65 | 0.9 | 0.42 |
| Hex | CC | BE | B | 0 | 7 | 5F | 14 | 38 | 5A | 2A |
| Octal | 314 | 276 | 13 | 0 | 7 | 137 | 24 | 70 | 132 | 52 |
| Binary | 11001100 | 10111110 | 1011 | 0 | 111 | 1011111 | 10100 | 111000 | 1011010 | 101010 |
Color Harmonies of #CCBE0B
Complementary color
Monochromatic Colors of #CCBE0B
Black with #CCBE0B
Text Example
Text Example
White with #CCBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE0B; }
p { color: rgb(204,190,11); }
H1.HeaderClassName
{
color: #CCBE0B;
}
.AnyTagClassName
{
color: #CCBE0B;
}
</style>
background-color css
<style>
a { background-color: #CCBE0B; }
a { background-color: rgb(204,190,11); }
div.DivClassName
{
background-color: #CCBE0B;
}
.BgClassName
{
background-color: #CCBE0B;
}
</style>
border-color css
<style>
span { border-color: #CCBE0B; }
span { border-color: rgb(204,190,11); }
td.TdClassName
{
border-color: #CCBE0B;
}
.TagClassName
{
border-color: #CCBE0B;
}
</style>