Shades of Bird Flower #CFB10B
Tints of Bird Flower #CFB10B
RGB
CMYK
RGB Variations
Color information
#CFB10B (or 0xCFB10B) is known color: Bird Flower. HEX triplet: CF, B1 and 0B. RGB value is (207,177,11). Sum of RGB (Red+Green+Blue) = 207+177+11=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB10B is #304EF4. Grayscale: #A7A7A7. Windows color (decimal): -3165941 or 766415. OLE color: 766415.
HSL color Cylindrical-coordinate representation of color #CFB10B: hue angle of 50.82º 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 #CFB10B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.19 |
| HSL | 50.82º | 0.9% | 0.43% | - |
| HSV(B) | 50.82º | 0.95% | 0.81% | - |
| XYZ | 41.51 | 44.73 | 6.76 | - |
| YUV | 167.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 11 | 0 | 0.14 | 0.95 | 0.19 | 50.82 | 0.9 | 0.43 |
| Hex | CF | B1 | B | 0 | E | 5F | 13 | 33 | 5A | 2B |
| Octal | 317 | 261 | 13 | 0 | 16 | 137 | 23 | 63 | 132 | 53 |
| Binary | 11001111 | 10110001 | 1011 | 0 | 1110 | 1011111 | 10011 | 110011 | 1011010 | 101011 |
Color Harmonies of #CFB10B
Complementary color
Monochromatic Colors of #CFB10B
Black with #CFB10B
Text Example
Text Example
White with #CFB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB10B; }
p { color: rgb(207,177,11); }
H1.HeaderClassName
{
color: #CFB10B;
}
.AnyTagClassName
{
color: #CFB10B;
}
</style>
background-color css
<style>
a { background-color: #CFB10B; }
a { background-color: rgb(207,177,11); }
div.DivClassName
{
background-color: #CFB10B;
}
.BgClassName
{
background-color: #CFB10B;
}
</style>
border-color css
<style>
span { border-color: #CFB10B; }
span { border-color: rgb(207,177,11); }
td.TdClassName
{
border-color: #CFB10B;
}
.TagClassName
{
border-color: #CFB10B;
}
</style>