Shades of Bird Flower #CFB305
Tints of Bird Flower #CFB305
RGB
CMYK
RGB Variations
Color information
#CFB305 (or 0xCFB305) is known color: Bird Flower. HEX triplet: CF, B3 and 05. RGB value is (207,179,5). Sum of RGB (Red+Green+Blue) = 207+179+5=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB305 is #304CFA. Grayscale: #A8A8A8. Windows color (decimal): -3165435 or 373711. OLE color: 373711.
HSL color Cylindrical-coordinate representation of color #CFB305: hue angle of 51.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFB305 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.19 |
| HSL | 51.68º | 0.95% | 0.42% | - |
| HSV(B) | 51.68º | 0.98% | 0.81% | - |
| XYZ | 41.88 | 45.52 | 6.72 | - |
| YUV | 167.54 | 36.28 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 5 | 0 | 0.14 | 0.98 | 0.19 | 51.68 | 0.95 | 0.42 |
| Hex | CF | B3 | 5 | 0 | E | 62 | 13 | 34 | 5F | 2A |
| Octal | 317 | 263 | 5 | 0 | 16 | 142 | 23 | 64 | 137 | 52 |
| Binary | 11001111 | 10110011 | 101 | 0 | 1110 | 1100010 | 10011 | 110100 | 1011111 | 101010 |
Color Harmonies of #CFB305
Complementary color
Monochromatic Colors of #CFB305
Black with #CFB305
Text Example
Text Example
White with #CFB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB305; }
p { color: rgb(207,179,5); }
H1.HeaderClassName
{
color: #CFB305;
}
.AnyTagClassName
{
color: #CFB305;
}
</style>
background-color css
<style>
a { background-color: #CFB305; }
a { background-color: rgb(207,179,5); }
div.DivClassName
{
background-color: #CFB305;
}
.BgClassName
{
background-color: #CFB305;
}
</style>
border-color css
<style>
span { border-color: #CFB305; }
span { border-color: rgb(207,179,5); }
td.TdClassName
{
border-color: #CFB305;
}
.TagClassName
{
border-color: #CFB305;
}
</style>