Shades of Bird Flower #CFB621
Tints of Bird Flower #CFB621
RGB
CMYK
RGB Variations
Color information
#CFB621 (or 0xCFB621) is known color: Bird Flower. HEX triplet: CF, B6 and 21. RGB value is (207,182,33). Sum of RGB (Red+Green+Blue) = 207+182+33=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB621 is #3049DE. Grayscale: #ADADAD. Windows color (decimal): -3164639 or 2209487. OLE color: 2209487.
HSL color Cylindrical-coordinate representation of color #CFB621: hue angle of 51.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFB621 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 33 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.19 |
| HSL | 51.38º | 0.73% | 0.47% | - |
| HSV(B) | 51.38º | 0.84% | 0.81% | - |
| XYZ | 42.73 | 46.83 | 8.23 | - |
| YUV | 172.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 33 | 0 | 0.12 | 0.84 | 0.19 | 51.38 | 0.73 | 0.47 |
| Hex | CF | B6 | 21 | 0 | C | 54 | 13 | 33 | 48 | 2F |
| Octal | 317 | 266 | 41 | 0 | 14 | 124 | 23 | 63 | 110 | 57 |
| Binary | 11001111 | 10110110 | 100001 | 0 | 1100 | 1010100 | 10011 | 110011 | 1001000 | 101111 |
Color Harmonies of #CFB621
Complementary color
Monochromatic Colors of #CFB621
Black with #CFB621
Text Example
Text Example
White with #CFB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB621; }
p { color: rgb(207,182,33); }
H1.HeaderClassName
{
color: #CFB621;
}
.AnyTagClassName
{
color: #CFB621;
}
</style>
background-color css
<style>
a { background-color: #CFB621; }
a { background-color: rgb(207,182,33); }
div.DivClassName
{
background-color: #CFB621;
}
.BgClassName
{
background-color: #CFB621;
}
</style>
border-color css
<style>
span { border-color: #CFB621; }
span { border-color: rgb(207,182,33); }
td.TdClassName
{
border-color: #CFB621;
}
.TagClassName
{
border-color: #CFB621;
}
</style>