Shades of Bird Flower #CFBD1C
Tints of Bird Flower #CFBD1C
RGB
CMYK
RGB Variations
Color information
#CFBD1C (or 0xCFBD1C) is known color: Bird Flower. HEX triplet: CF, BD and 1C. RGB value is (207,189,28). Sum of RGB (Red+Green+Blue) = 207+189+28=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD1C is #3042E3. Grayscale: #B0B0B0. Windows color (decimal): -3162852 or 1883599. OLE color: 1883599.
HSL color Cylindrical-coordinate representation of color #CFBD1C: hue angle of 53.97º 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 #CFBD1C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 28 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.19 |
| HSL | 53.97º | 0.76% | 0.46% | - |
| HSV(B) | 53.97º | 0.86% | 0.81% | - |
| XYZ | 44.14 | 49.74 | 8.37 | - |
| YUV | 176.03 | 44.46 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 28 | 0 | 0.09 | 0.86 | 0.19 | 53.97 | 0.76 | 0.46 |
| Hex | CF | BD | 1C | 0 | 9 | 56 | 13 | 36 | 4C | 2E |
| Octal | 317 | 275 | 34 | 0 | 11 | 126 | 23 | 66 | 114 | 56 |
| Binary | 11001111 | 10111101 | 11100 | 0 | 1001 | 1010110 | 10011 | 110110 | 1001100 | 101110 |
Color Harmonies of #CFBD1C
Complementary color
Monochromatic Colors of #CFBD1C
Black with #CFBD1C
Text Example
Text Example
White with #CFBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD1C; }
p { color: rgb(207,189,28); }
H1.HeaderClassName
{
color: #CFBD1C;
}
.AnyTagClassName
{
color: #CFBD1C;
}
</style>
background-color css
<style>
a { background-color: #CFBD1C; }
a { background-color: rgb(207,189,28); }
div.DivClassName
{
background-color: #CFBD1C;
}
.BgClassName
{
background-color: #CFBD1C;
}
</style>
border-color css
<style>
span { border-color: #CFBD1C; }
span { border-color: rgb(207,189,28); }
td.TdClassName
{
border-color: #CFBD1C;
}
.TagClassName
{
border-color: #CFBD1C;
}
</style>