Shades of Bird Flower #CFBB1D
Tints of Bird Flower #CFBB1D
RGB
CMYK
RGB Variations
Color information
#CFBB1D (or 0xCFBB1D) is known color: Bird Flower. HEX triplet: CF, BB and 1D. RGB value is (207,187,29). Sum of RGB (Red+Green+Blue) = 207+187+29=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB1D is #3044E2. Grayscale: #AFAFAF. Windows color (decimal): -3163363 or 1948623. OLE color: 1948623.
HSL color Cylindrical-coordinate representation of color #CFBB1D: hue angle of 53.26º 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 #CFBB1D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 29 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.19 |
| HSL | 53.26º | 0.75% | 0.46% | - |
| HSV(B) | 53.26º | 0.86% | 0.81% | - |
| XYZ | 43.72 | 48.89 | 8.3 | - |
| YUV | 174.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 29 | 0 | 0.10 | 0.86 | 0.19 | 53.26 | 0.75 | 0.46 |
| Hex | CF | BB | 1D | 0 | A | 56 | 13 | 35 | 4B | 2E |
| Octal | 317 | 273 | 35 | 0 | 12 | 126 | 23 | 65 | 113 | 56 |
| Binary | 11001111 | 10111011 | 11101 | 0 | 1010 | 1010110 | 10011 | 110101 | 1001011 | 101110 |
Color Harmonies of #CFBB1D
Complementary color
Monochromatic Colors of #CFBB1D
Black with #CFBB1D
Text Example
Text Example
White with #CFBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB1D; }
p { color: rgb(207,187,29); }
H1.HeaderClassName
{
color: #CFBB1D;
}
.AnyTagClassName
{
color: #CFBB1D;
}
</style>
background-color css
<style>
a { background-color: #CFBB1D; }
a { background-color: rgb(207,187,29); }
div.DivClassName
{
background-color: #CFBB1D;
}
.BgClassName
{
background-color: #CFBB1D;
}
</style>
border-color css
<style>
span { border-color: #CFBB1D; }
span { border-color: rgb(207,187,29); }
td.TdClassName
{
border-color: #CFBB1D;
}
.TagClassName
{
border-color: #CFBB1D;
}
</style>