Shades of Bird Flower #CFB207
Tints of Bird Flower #CFB207
RGB
CMYK
RGB Variations
Color information
#CFB207 (or 0xCFB207) is known color: Bird Flower. HEX triplet: CF, B2 and 07. RGB value is (207,178,7). Sum of RGB (Red+Green+Blue) = 207+178+7=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB207 is #304DF8. Grayscale: #A7A7A7. Windows color (decimal): -3165689 or 504527. OLE color: 504527.
HSL color Cylindrical-coordinate representation of color #CFB207: hue angle of 51.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFB207 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.19 |
| HSL | 51.3º | 0.93% | 0.42% | - |
| HSV(B) | 51.3º | 0.97% | 0.81% | - |
| XYZ | 41.69 | 45.12 | 6.71 | - |
| YUV | 167.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 7 | 0 | 0.14 | 0.97 | 0.19 | 51.3 | 0.93 | 0.42 |
| Hex | CF | B2 | 7 | 0 | E | 61 | 13 | 33 | 5D | 2A |
| Octal | 317 | 262 | 7 | 0 | 16 | 141 | 23 | 63 | 135 | 52 |
| Binary | 11001111 | 10110010 | 111 | 0 | 1110 | 1100001 | 10011 | 110011 | 1011101 | 101010 |
Color Harmonies of #CFB207
Complementary color
Monochromatic Colors of #CFB207
Black with #CFB207
Text Example
Text Example
White with #CFB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB207; }
p { color: rgb(207,178,7); }
H1.HeaderClassName
{
color: #CFB207;
}
.AnyTagClassName
{
color: #CFB207;
}
</style>
background-color css
<style>
a { background-color: #CFB207; }
a { background-color: rgb(207,178,7); }
div.DivClassName
{
background-color: #CFB207;
}
.BgClassName
{
background-color: #CFB207;
}
</style>
border-color css
<style>
span { border-color: #CFB207; }
span { border-color: rgb(207,178,7); }
td.TdClassName
{
border-color: #CFB207;
}
.TagClassName
{
border-color: #CFB207;
}
</style>