Shades of Bird Flower #CCBE0F
Tints of Bird Flower #CCBE0F
RGB
CMYK
RGB Variations
Color information
#CCBE0F (or 0xCCBE0F) is known color: Bird Flower. HEX triplet: CC, BE and 0F. RGB value is (204,190,15). Sum of RGB (Red+Green+Blue) = 204+190+15=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE0F is #3341F0. Grayscale: #AEAEAE. Windows color (decimal): -3359217 or 1031884. OLE color: 1031884.
HSL color Cylindrical-coordinate representation of color #CCBE0F: hue angle of 55.56º degrees, saturation: 0.86, 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 #CCBE0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.2 |
| HSL | 55.56º | 0.86% | 0.43% | - |
| HSV(B) | 55.56º | 0.93% | 0.8% | - |
| XYZ | 43.4 | 49.7 | 7.76 | - |
| YUV | 174.24 | 38.14 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 15 | 0 | 0.07 | 0.93 | 0.2 | 55.56 | 0.86 | 0.43 |
| Hex | CC | BE | F | 0 | 7 | 5D | 14 | 38 | 56 | 2B |
| Octal | 314 | 276 | 17 | 0 | 7 | 135 | 24 | 70 | 126 | 53 |
| Binary | 11001100 | 10111110 | 1111 | 0 | 111 | 1011101 | 10100 | 111000 | 1010110 | 101011 |
Color Harmonies of #CCBE0F
Complementary color
Monochromatic Colors of #CCBE0F
Black with #CCBE0F
Text Example
Text Example
White with #CCBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE0F; }
p { color: rgb(204,190,15); }
H1.HeaderClassName
{
color: #CCBE0F;
}
.AnyTagClassName
{
color: #CCBE0F;
}
</style>
background-color css
<style>
a { background-color: #CCBE0F; }
a { background-color: rgb(204,190,15); }
div.DivClassName
{
background-color: #CCBE0F;
}
.BgClassName
{
background-color: #CCBE0F;
}
</style>
border-color css
<style>
span { border-color: #CCBE0F; }
span { border-color: rgb(204,190,15); }
td.TdClassName
{
border-color: #CCBE0F;
}
.TagClassName
{
border-color: #CCBE0F;
}
</style>