Shades of Bird Flower #CFBD12
Tints of Bird Flower #CFBD12
RGB
CMYK
RGB Variations
Color information
#CFBD12 (or 0xCFBD12) is known color: Bird Flower. HEX triplet: CF, BD and 12. RGB value is (207,189,18). Sum of RGB (Red+Green+Blue) = 207+189+18=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBD12 is #3042ED. Grayscale: #AFAFAF. Windows color (decimal): -3162862 or 1228239. OLE color: 1228239.
HSL color Cylindrical-coordinate representation of color #CFBD12: hue angle of 54.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFBD12 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 18 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.19 |
| HSL | 54.29º | 0.84% | 0.44% | - |
| HSV(B) | 54.29º | 0.91% | 0.81% | - |
| XYZ | 44.04 | 49.7 | 7.85 | - |
| YUV | 174.89 | 39.46 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 18 | 0 | 0.09 | 0.91 | 0.19 | 54.29 | 0.84 | 0.44 |
| Hex | CF | BD | 12 | 0 | 9 | 5B | 13 | 36 | 54 | 2C |
| Octal | 317 | 275 | 22 | 0 | 11 | 133 | 23 | 66 | 124 | 54 |
| Binary | 11001111 | 10111101 | 10010 | 0 | 1001 | 1011011 | 10011 | 110110 | 1010100 | 101100 |
Color Harmonies of #CFBD12
Complementary color
Monochromatic Colors of #CFBD12
Black with #CFBD12
Text Example
Text Example
White with #CFBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD12; }
p { color: rgb(207,189,18); }
H1.HeaderClassName
{
color: #CFBD12;
}
.AnyTagClassName
{
color: #CFBD12;
}
</style>
background-color css
<style>
a { background-color: #CFBD12; }
a { background-color: rgb(207,189,18); }
div.DivClassName
{
background-color: #CFBD12;
}
.BgClassName
{
background-color: #CFBD12;
}
</style>
border-color css
<style>
span { border-color: #CFBD12; }
span { border-color: rgb(207,189,18); }
td.TdClassName
{
border-color: #CFBD12;
}
.TagClassName
{
border-color: #CFBD12;
}
</style>