Shades of Bird Flower #CFB309
Tints of Bird Flower #CFB309
RGB
CMYK
RGB Variations
Color information
#CFB309 (or 0xCFB309) is known color: Bird Flower. HEX triplet: CF, B3 and 09. RGB value is (207,179,9). Sum of RGB (Red+Green+Blue) = 207+179+9=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB309 is #304CF6. Grayscale: #A8A8A8. Windows color (decimal): -3165431 or 635855. OLE color: 635855.
HSL color Cylindrical-coordinate representation of color #CFB309: hue angle of 51.52º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFB309 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 9 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.19 |
| HSL | 51.52º | 0.92% | 0.42% | - |
| HSV(B) | 51.52º | 0.96% | 0.81% | - |
| XYZ | 41.9 | 45.53 | 6.84 | - |
| YUV | 167.99 | 38.28 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 9 | 0 | 0.14 | 0.96 | 0.19 | 51.52 | 0.92 | 0.42 |
| Hex | CF | B3 | 9 | 0 | E | 60 | 13 | 34 | 5C | 2A |
| Octal | 317 | 263 | 11 | 0 | 16 | 140 | 23 | 64 | 134 | 52 |
| Binary | 11001111 | 10110011 | 1001 | 0 | 1110 | 1100000 | 10011 | 110100 | 1011100 | 101010 |
Color Harmonies of #CFB309
Complementary color
Monochromatic Colors of #CFB309
Black with #CFB309
Text Example
Text Example
White with #CFB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB309; }
p { color: rgb(207,179,9); }
H1.HeaderClassName
{
color: #CFB309;
}
.AnyTagClassName
{
color: #CFB309;
}
</style>
background-color css
<style>
a { background-color: #CFB309; }
a { background-color: rgb(207,179,9); }
div.DivClassName
{
background-color: #CFB309;
}
.BgClassName
{
background-color: #CFB309;
}
</style>
border-color css
<style>
span { border-color: #CFB309; }
span { border-color: rgb(207,179,9); }
td.TdClassName
{
border-color: #CFB309;
}
.TagClassName
{
border-color: #CFB309;
}
</style>