Shades of Bird Flower #CFB622
Tints of Bird Flower #CFB622
RGB
CMYK
RGB Variations
Color information
#CFB622 (or 0xCFB622) is known color: Bird Flower. HEX triplet: CF, B6 and 22. RGB value is (207,182,34). Sum of RGB (Red+Green+Blue) = 207+182+34=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB622 is #3049DD. Grayscale: #ADADAD. Windows color (decimal): -3164638 or 2275023. OLE color: 2275023.
HSL color Cylindrical-coordinate representation of color #CFB622: hue angle of 51.33º degrees, saturation: 0.72, 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 #CFB622 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 34 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.19 |
| HSL | 51.33º | 0.72% | 0.47% | - |
| HSV(B) | 51.33º | 0.84% | 0.81% | - |
| XYZ | 42.75 | 46.84 | 8.3 | - |
| YUV | 172.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 34 | 0 | 0.12 | 0.84 | 0.19 | 51.33 | 0.72 | 0.47 |
| Hex | CF | B6 | 22 | 0 | C | 54 | 13 | 33 | 48 | 2F |
| Octal | 317 | 266 | 42 | 0 | 14 | 124 | 23 | 63 | 110 | 57 |
| Binary | 11001111 | 10110110 | 100010 | 0 | 1100 | 1010100 | 10011 | 110011 | 1001000 | 101111 |
Color Harmonies of #CFB622
Complementary color
Monochromatic Colors of #CFB622
Black with #CFB622
Text Example
Text Example
White with #CFB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB622; }
p { color: rgb(207,182,34); }
H1.HeaderClassName
{
color: #CFB622;
}
.AnyTagClassName
{
color: #CFB622;
}
</style>
background-color css
<style>
a { background-color: #CFB622; }
a { background-color: rgb(207,182,34); }
div.DivClassName
{
background-color: #CFB622;
}
.BgClassName
{
background-color: #CFB622;
}
</style>
border-color css
<style>
span { border-color: #CFB622; }
span { border-color: rgb(207,182,34); }
td.TdClassName
{
border-color: #CFB622;
}
.TagClassName
{
border-color: #CFB622;
}
</style>