Shades of Bird Flower #CFBD1F
Tints of Bird Flower #CFBD1F
RGB
CMYK
RGB Variations
Color information
#CFBD1F (or 0xCFBD1F) is known color: Bird Flower. HEX triplet: CF, BD and 1F. RGB value is (207,189,31). Sum of RGB (Red+Green+Blue) = 207+189+31=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 31 (12.5% from 255 or 7.26% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD1F is #3042E0. Grayscale: #B1B1B1. Windows color (decimal): -3162849 or 2080207. OLE color: 2080207.
HSL color Cylindrical-coordinate representation of color #CFBD1F: hue angle of 53.86º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFBD1F is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 31 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.19 |
| HSL | 53.86º | 0.74% | 0.47% | - |
| HSV(B) | 53.86º | 0.85% | 0.81% | - |
| XYZ | 44.18 | 49.76 | 8.57 | - |
| YUV | 176.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 31 | 0 | 0.09 | 0.85 | 0.19 | 53.86 | 0.74 | 0.47 |
| Hex | CF | BD | 1F | 0 | 9 | 55 | 13 | 36 | 4A | 2F |
| Octal | 317 | 275 | 37 | 0 | 11 | 125 | 23 | 66 | 112 | 57 |
| Binary | 11001111 | 10111101 | 11111 | 0 | 1001 | 1010101 | 10011 | 110110 | 1001010 | 101111 |
Color Harmonies of #CFBD1F
Complementary color
Monochromatic Colors of #CFBD1F
Black with #CFBD1F
Text Example
Text Example
White with #CFBD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD1F; }
p { color: rgb(207,189,31); }
H1.HeaderClassName
{
color: #CFBD1F;
}
.AnyTagClassName
{
color: #CFBD1F;
}
</style>
background-color css
<style>
a { background-color: #CFBD1F; }
a { background-color: rgb(207,189,31); }
div.DivClassName
{
background-color: #CFBD1F;
}
.BgClassName
{
background-color: #CFBD1F;
}
</style>
border-color css
<style>
span { border-color: #CFBD1F; }
span { border-color: rgb(207,189,31); }
td.TdClassName
{
border-color: #CFBD1F;
}
.TagClassName
{
border-color: #CFBD1F;
}
</style>