Shades of Bird Flower #CFB308
Tints of Bird Flower #CFB308
RGB
CMYK
RGB Variations
Color information
#CFB308 (or 0xCFB308) is known color: Bird Flower. HEX triplet: CF, B3 and 08. RGB value is (207,179,8). Sum of RGB (Red+Green+Blue) = 207+179+8=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB308 is #304CF7. Grayscale: #A8A8A8. Windows color (decimal): -3165432 or 570319. OLE color: 570319.
HSL color Cylindrical-coordinate representation of color #CFB308: hue angle of 51.56º degrees, saturation: 0.93, 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 #CFB308 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.19 |
| HSL | 51.56º | 0.93% | 0.42% | - |
| HSV(B) | 51.56º | 0.96% | 0.81% | - |
| XYZ | 41.9 | 45.52 | 6.81 | - |
| YUV | 167.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 8 | 0 | 0.14 | 0.96 | 0.19 | 51.56 | 0.93 | 0.42 |
| Hex | CF | B3 | 8 | 0 | E | 60 | 13 | 34 | 5D | 2A |
| Octal | 317 | 263 | 10 | 0 | 16 | 140 | 23 | 64 | 135 | 52 |
| Binary | 11001111 | 10110011 | 1000 | 0 | 1110 | 1100000 | 10011 | 110100 | 1011101 | 101010 |
Color Harmonies of #CFB308
Complementary color
Monochromatic Colors of #CFB308
Black with #CFB308
Text Example
Text Example
White with #CFB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB308; }
p { color: rgb(207,179,8); }
H1.HeaderClassName
{
color: #CFB308;
}
.AnyTagClassName
{
color: #CFB308;
}
</style>
background-color css
<style>
a { background-color: #CFB308; }
a { background-color: rgb(207,179,8); }
div.DivClassName
{
background-color: #CFB308;
}
.BgClassName
{
background-color: #CFB308;
}
</style>
border-color css
<style>
span { border-color: #CFB308; }
span { border-color: rgb(207,179,8); }
td.TdClassName
{
border-color: #CFB308;
}
.TagClassName
{
border-color: #CFB308;
}
</style>