Shades of Bird Flower #CFB70B
Tints of Bird Flower #CFB70B
RGB
CMYK
RGB Variations
Color information
#CFB70B (or 0xCFB70B) is known color: Bird Flower. HEX triplet: CF, B7 and 0B. RGB value is (207,183,11). Sum of RGB (Red+Green+Blue) = 207+183+11=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB70B is #3048F4. Grayscale: #ABABAB. Windows color (decimal): -3164405 or 767951. OLE color: 767951.
HSL color Cylindrical-coordinate representation of color #CFB70B: hue angle of 52.65º 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 #CFB70B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.19 |
| HSL | 52.65º | 0.9% | 0.43% | - |
| HSV(B) | 52.65º | 0.95% | 0.81% | - |
| XYZ | 42.73 | 47.16 | 7.17 | - |
| YUV | 170.57 | 37.95 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 11 | 0 | 0.12 | 0.95 | 0.19 | 52.65 | 0.9 | 0.43 |
| Hex | CF | B7 | B | 0 | C | 5F | 13 | 35 | 5A | 2B |
| Octal | 317 | 267 | 13 | 0 | 14 | 137 | 23 | 65 | 132 | 53 |
| Binary | 11001111 | 10110111 | 1011 | 0 | 1100 | 1011111 | 10011 | 110101 | 1011010 | 101011 |
Color Harmonies of #CFB70B
Complementary color
Monochromatic Colors of #CFB70B
Black with #CFB70B
Text Example
Text Example
White with #CFB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB70B; }
p { color: rgb(207,183,11); }
H1.HeaderClassName
{
color: #CFB70B;
}
.AnyTagClassName
{
color: #CFB70B;
}
</style>
background-color css
<style>
a { background-color: #CFB70B; }
a { background-color: rgb(207,183,11); }
div.DivClassName
{
background-color: #CFB70B;
}
.BgClassName
{
background-color: #CFB70B;
}
</style>
border-color css
<style>
span { border-color: #CFB70B; }
span { border-color: rgb(207,183,11); }
td.TdClassName
{
border-color: #CFB70B;
}
.TagClassName
{
border-color: #CFB70B;
}
</style>