Shades of Bird Flower #CFB319
Tints of Bird Flower #CFB319
RGB
CMYK
RGB Variations
Color information
#CFB319 (or 0xCFB319) is known color: Bird Flower. HEX triplet: CF, B3 and 19. RGB value is (207,179,25). Sum of RGB (Red+Green+Blue) = 207+179+25=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB319 is #304CE6. Grayscale: #AAAAAA. Windows color (decimal): -3165415 or 1684431. OLE color: 1684431.
HSL color Cylindrical-coordinate representation of color #CFB319: hue angle of 50.77º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFB319 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 25 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.19 |
| HSL | 50.77º | 0.78% | 0.45% | - |
| HSV(B) | 50.77º | 0.88% | 0.81% | - |
| XYZ | 42.03 | 45.58 | 7.5 | - |
| YUV | 169.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 25 | 0 | 0.14 | 0.88 | 0.19 | 50.77 | 0.78 | 0.45 |
| Hex | CF | B3 | 19 | 0 | E | 58 | 13 | 33 | 4E | 2D |
| Octal | 317 | 263 | 31 | 0 | 16 | 130 | 23 | 63 | 116 | 55 |
| Binary | 11001111 | 10110011 | 11001 | 0 | 1110 | 1011000 | 10011 | 110011 | 1001110 | 101101 |
Color Harmonies of #CFB319
Complementary color
Monochromatic Colors of #CFB319
Black with #CFB319
Text Example
Text Example
White with #CFB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB319; }
p { color: rgb(207,179,25); }
H1.HeaderClassName
{
color: #CFB319;
}
.AnyTagClassName
{
color: #CFB319;
}
</style>
background-color css
<style>
a { background-color: #CFB319; }
a { background-color: rgb(207,179,25); }
div.DivClassName
{
background-color: #CFB319;
}
.BgClassName
{
background-color: #CFB319;
}
</style>
border-color css
<style>
span { border-color: #CFB319; }
span { border-color: rgb(207,179,25); }
td.TdClassName
{
border-color: #CFB319;
}
.TagClassName
{
border-color: #CFB319;
}
</style>