Shades of Bird Flower #CFB422
Tints of Bird Flower #CFB422
RGB
CMYK
RGB Variations
Color information
#CFB422 (or 0xCFB422) is known color: Bird Flower. HEX triplet: CF, B4 and 22. RGB value is (207,180,34). Sum of RGB (Red+Green+Blue) = 207+180+34=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB422 is #304BDD. Grayscale: #ACACAC. Windows color (decimal): -3165150 or 2274511. OLE color: 2274511.
HSL color Cylindrical-coordinate representation of color #CFB422: hue angle of 50.64º 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 #CFB422 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 34 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.19 |
| HSL | 50.64º | 0.72% | 0.47% | - |
| HSV(B) | 50.64º | 0.84% | 0.81% | - |
| XYZ | 42.34 | 46.02 | 8.17 | - |
| YUV | 171.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 34 | 0 | 0.13 | 0.84 | 0.19 | 50.64 | 0.72 | 0.47 |
| Hex | CF | B4 | 22 | 0 | D | 54 | 13 | 33 | 48 | 2F |
| Octal | 317 | 264 | 42 | 0 | 15 | 124 | 23 | 63 | 110 | 57 |
| Binary | 11001111 | 10110100 | 100010 | 0 | 1101 | 1010100 | 10011 | 110011 | 1001000 | 101111 |
Color Harmonies of #CFB422
Complementary color
Monochromatic Colors of #CFB422
Black with #CFB422
Text Example
Text Example
White with #CFB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB422; }
p { color: rgb(207,180,34); }
H1.HeaderClassName
{
color: #CFB422;
}
.AnyTagClassName
{
color: #CFB422;
}
</style>
background-color css
<style>
a { background-color: #CFB422; }
a { background-color: rgb(207,180,34); }
div.DivClassName
{
background-color: #CFB422;
}
.BgClassName
{
background-color: #CFB422;
}
</style>
border-color css
<style>
span { border-color: #CFB422; }
span { border-color: rgb(207,180,34); }
td.TdClassName
{
border-color: #CFB422;
}
.TagClassName
{
border-color: #CFB422;
}
</style>