Shades of Bird Flower #CFB31A
Tints of Bird Flower #CFB31A
RGB
CMYK
RGB Variations
Color information
#CFB31A (or 0xCFB31A) is known color: Bird Flower. HEX triplet: CF, B3 and 1A. RGB value is (207,179,26). Sum of RGB (Red+Green+Blue) = 207+179+26=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB31A is #304CE5. Grayscale: #AAAAAA. Windows color (decimal): -3165414 or 1749967. OLE color: 1749967.
HSL color Cylindrical-coordinate representation of color #CFB31A: hue angle of 50.72º degrees, saturation: 0.78, 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 #CFB31A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 26 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.19 |
| HSL | 50.72º | 0.78% | 0.46% | - |
| HSV(B) | 50.72º | 0.87% | 0.81% | - |
| XYZ | 42.04 | 45.58 | 7.56 | - |
| YUV | 169.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 26 | 0 | 0.14 | 0.87 | 0.19 | 50.72 | 0.78 | 0.46 |
| Hex | CF | B3 | 1A | 0 | E | 57 | 13 | 33 | 4E | 2E |
| Octal | 317 | 263 | 32 | 0 | 16 | 127 | 23 | 63 | 116 | 56 |
| Binary | 11001111 | 10110011 | 11010 | 0 | 1110 | 1010111 | 10011 | 110011 | 1001110 | 101110 |
Color Harmonies of #CFB31A
Complementary color
Monochromatic Colors of #CFB31A
Black with #CFB31A
Text Example
Text Example
White with #CFB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB31A; }
p { color: rgb(207,179,26); }
H1.HeaderClassName
{
color: #CFB31A;
}
.AnyTagClassName
{
color: #CFB31A;
}
</style>
background-color css
<style>
a { background-color: #CFB31A; }
a { background-color: rgb(207,179,26); }
div.DivClassName
{
background-color: #CFB31A;
}
.BgClassName
{
background-color: #CFB31A;
}
</style>
border-color css
<style>
span { border-color: #CFB31A; }
span { border-color: rgb(207,179,26); }
td.TdClassName
{
border-color: #CFB31A;
}
.TagClassName
{
border-color: #CFB31A;
}
</style>