Shades of Bird Flower #CFB113
Tints of Bird Flower #CFB113
RGB
CMYK
RGB Variations
Color information
#CFB113 (or 0xCFB113) is known color: Bird Flower. HEX triplet: CF, B1 and 13. RGB value is (207,177,19). Sum of RGB (Red+Green+Blue) = 207+177+19=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB113 is #304EEC. Grayscale: #A8A8A8. Windows color (decimal): -3165933 or 1290703. OLE color: 1290703.
HSL color Cylindrical-coordinate representation of color #CFB113: hue angle of 50.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFB113 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 19 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.19 |
| HSL | 50.43º | 0.83% | 0.44% | - |
| HSV(B) | 50.43º | 0.91% | 0.81% | - |
| XYZ | 41.57 | 44.76 | 7.06 | - |
| YUV | 167.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 19 | 0 | 0.14 | 0.91 | 0.19 | 50.43 | 0.83 | 0.44 |
| Hex | CF | B1 | 13 | 0 | E | 5B | 13 | 32 | 53 | 2C |
| Octal | 317 | 261 | 23 | 0 | 16 | 133 | 23 | 62 | 123 | 54 |
| Binary | 11001111 | 10110001 | 10011 | 0 | 1110 | 1011011 | 10011 | 110010 | 1010011 | 101100 |
Color Harmonies of #CFB113
Complementary color
Monochromatic Colors of #CFB113
Black with #CFB113
Text Example
Text Example
White with #CFB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB113; }
p { color: rgb(207,177,19); }
H1.HeaderClassName
{
color: #CFB113;
}
.AnyTagClassName
{
color: #CFB113;
}
</style>
background-color css
<style>
a { background-color: #CFB113; }
a { background-color: rgb(207,177,19); }
div.DivClassName
{
background-color: #CFB113;
}
.BgClassName
{
background-color: #CFB113;
}
</style>
border-color css
<style>
span { border-color: #CFB113; }
span { border-color: rgb(207,177,19); }
td.TdClassName
{
border-color: #CFB113;
}
.TagClassName
{
border-color: #CFB113;
}
</style>