Shades of Bird Flower #CCBE0E
Tints of Bird Flower #CCBE0E
RGB
CMYK
RGB Variations
Color information
#CCBE0E (or 0xCCBE0E) is known color: Bird Flower. HEX triplet: CC, BE and 0E. RGB value is (204,190,14). Sum of RGB (Red+Green+Blue) = 204+190+14=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE0E is #3341F1. Grayscale: #AEAEAE. Windows color (decimal): -3359218 or 966348. OLE color: 966348.
HSL color Cylindrical-coordinate representation of color #CCBE0E: hue angle of 55.58º 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 #CCBE0E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 14 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.2 |
| HSL | 55.58º | 0.87% | 0.43% | - |
| HSV(B) | 55.58º | 0.93% | 0.8% | - |
| XYZ | 43.39 | 49.7 | 7.72 | - |
| YUV | 174.12 | 37.64 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 14 | 0 | 0.07 | 0.93 | 0.2 | 55.58 | 0.87 | 0.43 |
| Hex | CC | BE | E | 0 | 7 | 5D | 14 | 38 | 57 | 2B |
| Octal | 314 | 276 | 16 | 0 | 7 | 135 | 24 | 70 | 127 | 53 |
| Binary | 11001100 | 10111110 | 1110 | 0 | 111 | 1011101 | 10100 | 111000 | 1010111 | 101011 |
Color Harmonies of #CCBE0E
Complementary color
Monochromatic Colors of #CCBE0E
Black with #CCBE0E
Text Example
Text Example
White with #CCBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE0E; }
p { color: rgb(204,190,14); }
H1.HeaderClassName
{
color: #CCBE0E;
}
.AnyTagClassName
{
color: #CCBE0E;
}
</style>
background-color css
<style>
a { background-color: #CCBE0E; }
a { background-color: rgb(204,190,14); }
div.DivClassName
{
background-color: #CCBE0E;
}
.BgClassName
{
background-color: #CCBE0E;
}
</style>
border-color css
<style>
span { border-color: #CCBE0E; }
span { border-color: rgb(204,190,14); }
td.TdClassName
{
border-color: #CCBE0E;
}
.TagClassName
{
border-color: #CCBE0E;
}
</style>