Shades of Bird Flower #CFBC1C
Tints of Bird Flower #CFBC1C
RGB
CMYK
RGB Variations
Color information
#CFBC1C (or 0xCFBC1C) is known color: Bird Flower. HEX triplet: CF, BC and 1C. RGB value is (207,188,28). Sum of RGB (Red+Green+Blue) = 207+188+28=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC1C is #3043E3. Grayscale: #B0B0B0. Windows color (decimal): -3163108 or 1883343. OLE color: 1883343.
HSL color Cylindrical-coordinate representation of color #CFBC1C: hue angle of 53.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFBC1C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 28 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.19 |
| HSL | 53.63º | 0.76% | 0.46% | - |
| HSV(B) | 53.63º | 0.86% | 0.81% | - |
| XYZ | 43.92 | 49.32 | 8.3 | - |
| YUV | 175.44 | 44.79 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 28 | 0 | 0.09 | 0.86 | 0.19 | 53.63 | 0.76 | 0.46 |
| Hex | CF | BC | 1C | 0 | 9 | 56 | 13 | 36 | 4C | 2E |
| Octal | 317 | 274 | 34 | 0 | 11 | 126 | 23 | 66 | 114 | 56 |
| Binary | 11001111 | 10111100 | 11100 | 0 | 1001 | 1010110 | 10011 | 110110 | 1001100 | 101110 |
Color Harmonies of #CFBC1C
Complementary color
Monochromatic Colors of #CFBC1C
Black with #CFBC1C
Text Example
Text Example
White with #CFBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC1C; }
p { color: rgb(207,188,28); }
H1.HeaderClassName
{
color: #CFBC1C;
}
.AnyTagClassName
{
color: #CFBC1C;
}
</style>
background-color css
<style>
a { background-color: #CFBC1C; }
a { background-color: rgb(207,188,28); }
div.DivClassName
{
background-color: #CFBC1C;
}
.BgClassName
{
background-color: #CFBC1C;
}
</style>
border-color css
<style>
span { border-color: #CFBC1C; }
span { border-color: rgb(207,188,28); }
td.TdClassName
{
border-color: #CFBC1C;
}
.TagClassName
{
border-color: #CFBC1C;
}
</style>