Shades of Bird Flower #CFB203
Tints of Bird Flower #CFB203
RGB
CMYK
RGB Variations
Color information
#CFB203 (or 0xCFB203) is known color: Bird Flower. HEX triplet: CF, B2 and 03. RGB value is (207,178,3). Sum of RGB (Red+Green+Blue) = 207+178+3=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB203 is #304DFC. Grayscale: #A7A7A7. Windows color (decimal): -3165693 or 242383. OLE color: 242383.
HSL color Cylindrical-coordinate representation of color #CFB203: hue angle of 51.47º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFB203 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.19 |
| HSL | 51.47º | 0.97% | 0.41% | - |
| HSV(B) | 51.47º | 0.99% | 0.81% | - |
| XYZ | 41.67 | 45.11 | 6.6 | - |
| YUV | 166.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 3 | 0 | 0.14 | 0.99 | 0.19 | 51.47 | 0.97 | 0.41 |
| Hex | CF | B2 | 3 | 0 | E | 63 | 13 | 33 | 61 | 29 |
| Octal | 317 | 262 | 3 | 0 | 16 | 143 | 23 | 63 | 141 | 51 |
| Binary | 11001111 | 10110010 | 11 | 0 | 1110 | 1100011 | 10011 | 110011 | 1100001 | 101001 |
Color Harmonies of #CFB203
Complementary color
Monochromatic Colors of #CFB203
Black with #CFB203
Text Example
Text Example
White with #CFB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB203; }
p { color: rgb(207,178,3); }
H1.HeaderClassName
{
color: #CFB203;
}
.AnyTagClassName
{
color: #CFB203;
}
</style>
background-color css
<style>
a { background-color: #CFB203; }
a { background-color: rgb(207,178,3); }
div.DivClassName
{
background-color: #CFB203;
}
.BgClassName
{
background-color: #CFB203;
}
</style>
border-color css
<style>
span { border-color: #CFB203; }
span { border-color: rgb(207,178,3); }
td.TdClassName
{
border-color: #CFB203;
}
.TagClassName
{
border-color: #CFB203;
}
</style>