Shades of Bird Flower #CCBF1E
Tints of Bird Flower #CCBF1E
RGB
CMYK
RGB Variations
Color information
#CCBF1E (or 0xCCBF1E) is known color: Bird Flower. HEX triplet: CC, BF and 1E. RGB value is (204,191,30). Sum of RGB (Red+Green+Blue) = 204+191+30=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF1E is #3340E1. Grayscale: #B1B1B1. Windows color (decimal): -3358946 or 2015180. OLE color: 2015180.
HSL color Cylindrical-coordinate representation of color #CCBF1E: hue angle of 55.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCBF1E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 30 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.2 |
| HSL | 55.52º | 0.74% | 0.46% | - |
| HSV(B) | 55.52º | 0.85% | 0.8% | - |
| XYZ | 43.77 | 50.19 | 8.61 | - |
| YUV | 176.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 30 | 0 | 0.06 | 0.85 | 0.2 | 55.52 | 0.74 | 0.46 |
| Hex | CC | BF | 1E | 0 | 6 | 55 | 14 | 38 | 4A | 2E |
| Octal | 314 | 277 | 36 | 0 | 6 | 125 | 24 | 70 | 112 | 56 |
| Binary | 11001100 | 10111111 | 11110 | 0 | 110 | 1010101 | 10100 | 111000 | 1001010 | 101110 |
Color Harmonies of #CCBF1E
Complementary color
Monochromatic Colors of #CCBF1E
Black with #CCBF1E
Text Example
Text Example
White with #CCBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF1E; }
p { color: rgb(204,191,30); }
H1.HeaderClassName
{
color: #CCBF1E;
}
.AnyTagClassName
{
color: #CCBF1E;
}
</style>
background-color css
<style>
a { background-color: #CCBF1E; }
a { background-color: rgb(204,191,30); }
div.DivClassName
{
background-color: #CCBF1E;
}
.BgClassName
{
background-color: #CCBF1E;
}
</style>
border-color css
<style>
span { border-color: #CCBF1E; }
span { border-color: rgb(204,191,30); }
td.TdClassName
{
border-color: #CCBF1E;
}
.TagClassName
{
border-color: #CCBF1E;
}
</style>