Shades of Bird Flower #CFBD1E
Tints of Bird Flower #CFBD1E
RGB
CMYK
RGB Variations
Color information
#CFBD1E (or 0xCFBD1E) is known color: Bird Flower. HEX triplet: CF, BD and 1E. RGB value is (207,189,30). Sum of RGB (Red+Green+Blue) = 207+189+30=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 30 (12.11% from 255 or 7.04% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD1E is #3042E1. Grayscale: #B0B0B0. Windows color (decimal): -3162850 or 2014671. OLE color: 2014671.
HSL color Cylindrical-coordinate representation of color #CFBD1E: hue angle of 53.9º degrees, saturation: 0.75, 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 #CFBD1E is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 30 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.19 |
| HSL | 53.9º | 0.75% | 0.46% | - |
| HSV(B) | 53.9º | 0.86% | 0.81% | - |
| XYZ | 44.16 | 49.75 | 8.5 | - |
| YUV | 176.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 30 | 0 | 0.09 | 0.86 | 0.19 | 53.9 | 0.75 | 0.46 |
| Hex | CF | BD | 1E | 0 | 9 | 56 | 13 | 36 | 4B | 2E |
| Octal | 317 | 275 | 36 | 0 | 11 | 126 | 23 | 66 | 113 | 56 |
| Binary | 11001111 | 10111101 | 11110 | 0 | 1001 | 1010110 | 10011 | 110110 | 1001011 | 101110 |
Color Harmonies of #CFBD1E
Complementary color
Monochromatic Colors of #CFBD1E
Black with #CFBD1E
Text Example
Text Example
White with #CFBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD1E; }
p { color: rgb(207,189,30); }
H1.HeaderClassName
{
color: #CFBD1E;
}
.AnyTagClassName
{
color: #CFBD1E;
}
</style>
background-color css
<style>
a { background-color: #CFBD1E; }
a { background-color: rgb(207,189,30); }
div.DivClassName
{
background-color: #CFBD1E;
}
.BgClassName
{
background-color: #CFBD1E;
}
</style>
border-color css
<style>
span { border-color: #CFBD1E; }
span { border-color: rgb(207,189,30); }
td.TdClassName
{
border-color: #CFBD1E;
}
.TagClassName
{
border-color: #CFBD1E;
}
</style>