Shades of Bird Flower #CFB40F
Tints of Bird Flower #CFB40F
RGB
CMYK
RGB Variations
Color information
#CFB40F (or 0xCFB40F) is known color: Bird Flower. HEX triplet: CF, B4 and 0F. RGB value is (207,180,15). Sum of RGB (Red+Green+Blue) = 207+180+15=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB40F is #304BF0. Grayscale: #A9A9A9. Windows color (decimal): -3165169 or 1029327. OLE color: 1029327.
HSL color Cylindrical-coordinate representation of color #CFB40F: hue angle of 51.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFB40F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.19 |
| HSL | 51.56º | 0.86% | 0.44% | - |
| HSV(B) | 51.56º | 0.93% | 0.81% | - |
| XYZ | 42.14 | 45.94 | 7.1 | - |
| YUV | 169.26 | 40.95 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 15 | 0 | 0.13 | 0.93 | 0.19 | 51.56 | 0.86 | 0.44 |
| Hex | CF | B4 | F | 0 | D | 5D | 13 | 34 | 56 | 2C |
| Octal | 317 | 264 | 17 | 0 | 15 | 135 | 23 | 64 | 126 | 54 |
| Binary | 11001111 | 10110100 | 1111 | 0 | 1101 | 1011101 | 10011 | 110100 | 1010110 | 101100 |
Color Harmonies of #CFB40F
Complementary color
Monochromatic Colors of #CFB40F
Black with #CFB40F
Text Example
Text Example
White with #CFB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB40F; }
p { color: rgb(207,180,15); }
H1.HeaderClassName
{
color: #CFB40F;
}
.AnyTagClassName
{
color: #CFB40F;
}
</style>
background-color css
<style>
a { background-color: #CFB40F; }
a { background-color: rgb(207,180,15); }
div.DivClassName
{
background-color: #CFB40F;
}
.BgClassName
{
background-color: #CFB40F;
}
</style>
border-color css
<style>
span { border-color: #CFB40F; }
span { border-color: rgb(207,180,15); }
td.TdClassName
{
border-color: #CFB40F;
}
.TagClassName
{
border-color: #CFB40F;
}
</style>