Shades of Bird Flower #CFB41B
Tints of Bird Flower #CFB41B
RGB
CMYK
RGB Variations
Color information
#CFB41B (or 0xCFB41B) is known color: Bird Flower. HEX triplet: CF, B4 and 1B. RGB value is (207,180,27). Sum of RGB (Red+Green+Blue) = 207+180+27=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB41B is #304BE4. Grayscale: #ABABAB. Windows color (decimal): -3165157 or 1815759. OLE color: 1815759.
HSL color Cylindrical-coordinate representation of color #CFB41B: hue angle of 51º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFB41B is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 27 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.19 |
| HSL | 51º | 0.77% | 0.46% | - |
| HSV(B) | 51º | 0.87% | 0.81% | - |
| XYZ | 42.25 | 45.99 | 7.69 | - |
| YUV | 170.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 27 | 0 | 0.13 | 0.87 | 0.19 | 51 | 0.77 | 0.46 |
| Hex | CF | B4 | 1B | 0 | D | 57 | 13 | 33 | 4D | 2E |
| Octal | 317 | 264 | 33 | 0 | 15 | 127 | 23 | 63 | 115 | 56 |
| Binary | 11001111 | 10110100 | 11011 | 0 | 1101 | 1010111 | 10011 | 110011 | 1001101 | 101110 |
Color Harmonies of #CFB41B
Complementary color
Monochromatic Colors of #CFB41B
Black with #CFB41B
Text Example
Text Example
White with #CFB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB41B; }
p { color: rgb(207,180,27); }
H1.HeaderClassName
{
color: #CFB41B;
}
.AnyTagClassName
{
color: #CFB41B;
}
</style>
background-color css
<style>
a { background-color: #CFB41B; }
a { background-color: rgb(207,180,27); }
div.DivClassName
{
background-color: #CFB41B;
}
.BgClassName
{
background-color: #CFB41B;
}
</style>
border-color css
<style>
span { border-color: #CFB41B; }
span { border-color: rgb(207,180,27); }
td.TdClassName
{
border-color: #CFB41B;
}
.TagClassName
{
border-color: #CFB41B;
}
</style>