Shades of Bird Flower #CFB00B
Tints of Bird Flower #CFB00B
RGB
CMYK
RGB Variations
Color information
#CFB00B (or 0xCFB00B) is known color: Bird Flower. HEX triplet: CF, B0 and 0B. RGB value is (207,176,11). Sum of RGB (Red+Green+Blue) = 207+176+11=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB00B is #304FF4. Grayscale: #A7A7A7. Windows color (decimal): -3166197 or 766159. OLE color: 766159.
HSL color Cylindrical-coordinate representation of color #CFB00B: hue angle of 50.51º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFB00B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.19 |
| HSL | 50.51º | 0.9% | 0.43% | - |
| HSV(B) | 50.51º | 0.95% | 0.81% | - |
| XYZ | 41.32 | 44.34 | 6.7 | - |
| YUV | 166.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 11 | 0 | 0.15 | 0.95 | 0.19 | 50.51 | 0.9 | 0.43 |
| Hex | CF | B0 | B | 0 | F | 5F | 13 | 33 | 5A | 2B |
| Octal | 317 | 260 | 13 | 0 | 17 | 137 | 23 | 63 | 132 | 53 |
| Binary | 11001111 | 10110000 | 1011 | 0 | 1111 | 1011111 | 10011 | 110011 | 1011010 | 101011 |
Color Harmonies of #CFB00B
Complementary color
Monochromatic Colors of #CFB00B
Black with #CFB00B
Text Example
Text Example
White with #CFB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB00B; }
p { color: rgb(207,176,11); }
H1.HeaderClassName
{
color: #CFB00B;
}
.AnyTagClassName
{
color: #CFB00B;
}
</style>
background-color css
<style>
a { background-color: #CFB00B; }
a { background-color: rgb(207,176,11); }
div.DivClassName
{
background-color: #CFB00B;
}
.BgClassName
{
background-color: #CFB00B;
}
</style>
border-color css
<style>
span { border-color: #CFB00B; }
span { border-color: rgb(207,176,11); }
td.TdClassName
{
border-color: #CFB00B;
}
.TagClassName
{
border-color: #CFB00B;
}
</style>