Shades of Bird Flower #CFB514
Tints of Bird Flower #CFB514
RGB
CMYK
RGB Variations
Color information
#CFB514 (or 0xCFB514) is known color: Bird Flower. HEX triplet: CF, B5 and 14. RGB value is (207,181,20). Sum of RGB (Red+Green+Blue) = 207+181+20=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB514 is #304AEB. Grayscale: #ABABAB. Windows color (decimal): -3164908 or 1357263. OLE color: 1357263.
HSL color Cylindrical-coordinate representation of color #CFB514: hue angle of 51.66º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFB514 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 20 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.19 |
| HSL | 51.66º | 0.82% | 0.45% | - |
| HSV(B) | 51.66º | 0.9% | 0.81% | - |
| XYZ | 42.38 | 46.36 | 7.38 | - |
| YUV | 170.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 20 | 0 | 0.13 | 0.90 | 0.19 | 51.66 | 0.82 | 0.45 |
| Hex | CF | B5 | 14 | 0 | D | 5A | 13 | 34 | 52 | 2D |
| Octal | 317 | 265 | 24 | 0 | 15 | 132 | 23 | 64 | 122 | 55 |
| Binary | 11001111 | 10110101 | 10100 | 0 | 1101 | 1011010 | 10011 | 110100 | 1010010 | 101101 |
Color Harmonies of #CFB514
Complementary color
Monochromatic Colors of #CFB514
Black with #CFB514
Text Example
Text Example
White with #CFB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB514; }
p { color: rgb(207,181,20); }
H1.HeaderClassName
{
color: #CFB514;
}
.AnyTagClassName
{
color: #CFB514;
}
</style>
background-color css
<style>
a { background-color: #CFB514; }
a { background-color: rgb(207,181,20); }
div.DivClassName
{
background-color: #CFB514;
}
.BgClassName
{
background-color: #CFB514;
}
</style>
border-color css
<style>
span { border-color: #CFB514; }
span { border-color: rgb(207,181,20); }
td.TdClassName
{
border-color: #CFB514;
}
.TagClassName
{
border-color: #CFB514;
}
</style>