Shades of Bird Flower #CFB208
Tints of Bird Flower #CFB208
RGB
CMYK
RGB Variations
Color information
#CFB208 (or 0xCFB208) is known color: Bird Flower. HEX triplet: CF, B2 and 08. RGB value is (207,178,8). Sum of RGB (Red+Green+Blue) = 207+178+8=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB208 is #304DF7. Grayscale: #A8A8A8. Windows color (decimal): -3165688 or 570063. OLE color: 570063.
HSL color Cylindrical-coordinate representation of color #CFB208: hue angle of 51.26º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFB208 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.19 |
| HSL | 51.26º | 0.93% | 0.42% | - |
| HSV(B) | 51.26º | 0.96% | 0.81% | - |
| XYZ | 41.7 | 45.12 | 6.74 | - |
| YUV | 167.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 8 | 0 | 0.14 | 0.96 | 0.19 | 51.26 | 0.93 | 0.42 |
| Hex | CF | B2 | 8 | 0 | E | 60 | 13 | 33 | 5D | 2A |
| Octal | 317 | 262 | 10 | 0 | 16 | 140 | 23 | 63 | 135 | 52 |
| Binary | 11001111 | 10110010 | 1000 | 0 | 1110 | 1100000 | 10011 | 110011 | 1011101 | 101010 |
Color Harmonies of #CFB208
Complementary color
Monochromatic Colors of #CFB208
Black with #CFB208
Text Example
Text Example
White with #CFB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB208; }
p { color: rgb(207,178,8); }
H1.HeaderClassName
{
color: #CFB208;
}
.AnyTagClassName
{
color: #CFB208;
}
</style>
background-color css
<style>
a { background-color: #CFB208; }
a { background-color: rgb(207,178,8); }
div.DivClassName
{
background-color: #CFB208;
}
.BgClassName
{
background-color: #CFB208;
}
</style>
border-color css
<style>
span { border-color: #CFB208; }
span { border-color: rgb(207,178,8); }
td.TdClassName
{
border-color: #CFB208;
}
.TagClassName
{
border-color: #CFB208;
}
</style>