Shades of Bird Flower #CFB500
Tints of Bird Flower #CFB500
RGB
CMYK
RGB Variations
Color information
#CFB500 (or 0xCFB500) is known color: Bird Flower. HEX triplet: CF, B5 and 00. RGB value is (207,181,0). Sum of RGB (Red+Green+Blue) = 207+181+0=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB500 is #304AFF. Grayscale: #A8A8A8. Windows color (decimal): -3164928 or 46543. OLE color: 46543.
HSL color Cylindrical-coordinate representation of color #CFB500: hue angle of 52.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFB500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 181 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.19 |
| HSL | 52.46º | 1% | 0.41% | - |
| HSV(B) | 52.46º | 1% | 0.81% | - |
| XYZ | 42.26 | 46.31 | 6.71 | - |
| YUV | 168.14 | 33.11 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 181 | 0 | 0 | 0.13 | 1 | 0.19 | 52.46 | 1 | 0.41 |
| Hex | CF | B5 | 0 | 0 | D | 64 | 13 | 34 | 64 | 29 |
| Octal | 317 | 265 | 0 | 0 | 15 | 144 | 23 | 64 | 144 | 51 |
| Binary | 11001111 | 10110101 | 0 | 0 | 1101 | 1100100 | 10011 | 110100 | 1100100 | 101001 |
Color Harmonies of #CFB500
Complementary color
Monochromatic Colors of #CFB500
Black with #CFB500
Text Example
Text Example
White with #CFB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB500; }
p { color: rgb(207,181,0); }
H1.HeaderClassName
{
color: #CFB500;
}
.AnyTagClassName
{
color: #CFB500;
}
</style>
background-color css
<style>
a { background-color: #CFB500; }
a { background-color: rgb(207,181,0); }
div.DivClassName
{
background-color: #CFB500;
}
.BgClassName
{
background-color: #CFB500;
}
</style>
border-color css
<style>
span { border-color: #CFB500; }
span { border-color: rgb(207,181,0); }
td.TdClassName
{
border-color: #CFB500;
}
.TagClassName
{
border-color: #CFB500;
}
</style>