Shades of Bird Flower #CCBE0A
Tints of Bird Flower #CCBE0A
RGB
CMYK
RGB Variations
Color information
#CCBE0A (or 0xCCBE0A) is known color: Bird Flower. HEX triplet: CC, BE and 0A. RGB value is (204,190,10). Sum of RGB (Red+Green+Blue) = 204+190+10=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE0A is #3341F5. Grayscale: #AEAEAE. Windows color (decimal): -3359222 or 704204. OLE color: 704204.
HSL color Cylindrical-coordinate representation of color #CCBE0A: hue angle of 55.67º degrees, saturation: 0.91, 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 #CCBE0A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.2 |
| HSL | 55.67º | 0.91% | 0.42% | - |
| HSV(B) | 55.67º | 0.95% | 0.8% | - |
| XYZ | 43.37 | 49.69 | 7.59 | - |
| YUV | 173.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 10 | 0 | 0.07 | 0.95 | 0.2 | 55.67 | 0.91 | 0.42 |
| Hex | CC | BE | A | 0 | 7 | 5F | 14 | 38 | 5B | 2A |
| Octal | 314 | 276 | 12 | 0 | 7 | 137 | 24 | 70 | 133 | 52 |
| Binary | 11001100 | 10111110 | 1010 | 0 | 111 | 1011111 | 10100 | 111000 | 1011011 | 101010 |
Color Harmonies of #CCBE0A
Complementary color
Monochromatic Colors of #CCBE0A
Black with #CCBE0A
Text Example
Text Example
White with #CCBE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE0A; }
p { color: rgb(204,190,10); }
H1.HeaderClassName
{
color: #CCBE0A;
}
.AnyTagClassName
{
color: #CCBE0A;
}
</style>
background-color css
<style>
a { background-color: #CCBE0A; }
a { background-color: rgb(204,190,10); }
div.DivClassName
{
background-color: #CCBE0A;
}
.BgClassName
{
background-color: #CCBE0A;
}
</style>
border-color css
<style>
span { border-color: #CCBE0A; }
span { border-color: rgb(204,190,10); }
td.TdClassName
{
border-color: #CCBE0A;
}
.TagClassName
{
border-color: #CCBE0A;
}
</style>