Shades of Bird Flower #CFB803
Tints of Bird Flower #CFB803
RGB
CMYK
RGB Variations
Color information
#CFB803 (or 0xCFB803) is known color: Bird Flower. HEX triplet: CF, B8 and 03. RGB value is (207,184,3). Sum of RGB (Red+Green+Blue) = 207+184+3=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB803 is #3047FC. Grayscale: #AAAAAA. Windows color (decimal): -3164157 or 243919. OLE color: 243919.
HSL color Cylindrical-coordinate representation of color #CFB803: hue angle of 53.24º 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 #CFB803 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.19 |
| HSL | 53.24º | 0.97% | 0.41% | - |
| HSV(B) | 53.24º | 0.99% | 0.81% | - |
| XYZ | 42.89 | 47.55 | 7 | - |
| YUV | 170.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 3 | 0 | 0.11 | 0.99 | 0.19 | 53.24 | 0.97 | 0.41 |
| Hex | CF | B8 | 3 | 0 | B | 63 | 13 | 35 | 61 | 29 |
| Octal | 317 | 270 | 3 | 0 | 13 | 143 | 23 | 65 | 141 | 51 |
| Binary | 11001111 | 10111000 | 11 | 0 | 1011 | 1100011 | 10011 | 110101 | 1100001 | 101001 |
Color Harmonies of #CFB803
Complementary color
Monochromatic Colors of #CFB803
Black with #CFB803
Text Example
Text Example
White with #CFB803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB803; }
p { color: rgb(207,184,3); }
H1.HeaderClassName
{
color: #CFB803;
}
.AnyTagClassName
{
color: #CFB803;
}
</style>
background-color css
<style>
a { background-color: #CFB803; }
a { background-color: rgb(207,184,3); }
div.DivClassName
{
background-color: #CFB803;
}
.BgClassName
{
background-color: #CFB803;
}
</style>
border-color css
<style>
span { border-color: #CFB803; }
span { border-color: rgb(207,184,3); }
td.TdClassName
{
border-color: #CFB803;
}
.TagClassName
{
border-color: #CFB803;
}
</style>