Shades of Bird Flower #CFB822
Tints of Bird Flower #CFB822
RGB
CMYK
RGB Variations
Color information
#CFB822 (or 0xCFB822) is known color: Bird Flower. HEX triplet: CF, B8 and 22. RGB value is (207,184,34). Sum of RGB (Red+Green+Blue) = 207+184+34=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB822 is #3047DD. Grayscale: #AEAEAE. Windows color (decimal): -3164126 or 2275535. OLE color: 2275535.
HSL color Cylindrical-coordinate representation of color #CFB822: hue angle of 52.02º 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 #CFB822 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 34 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.19 |
| HSL | 52.02º | 0.72% | 0.47% | - |
| HSV(B) | 52.02º | 0.84% | 0.81% | - |
| XYZ | 43.16 | 47.66 | 8.44 | - |
| YUV | 173.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 34 | 0 | 0.11 | 0.84 | 0.19 | 52.02 | 0.72 | 0.47 |
| Hex | CF | B8 | 22 | 0 | B | 54 | 13 | 34 | 48 | 2F |
| Octal | 317 | 270 | 42 | 0 | 13 | 124 | 23 | 64 | 110 | 57 |
| Binary | 11001111 | 10111000 | 100010 | 0 | 1011 | 1010100 | 10011 | 110100 | 1001000 | 101111 |
Color Harmonies of #CFB822
Complementary color
Monochromatic Colors of #CFB822
Black with #CFB822
Text Example
Text Example
White with #CFB822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB822; }
p { color: rgb(207,184,34); }
H1.HeaderClassName
{
color: #CFB822;
}
.AnyTagClassName
{
color: #CFB822;
}
</style>
background-color css
<style>
a { background-color: #CFB822; }
a { background-color: rgb(207,184,34); }
div.DivClassName
{
background-color: #CFB822;
}
.BgClassName
{
background-color: #CFB822;
}
</style>
border-color css
<style>
span { border-color: #CFB822; }
span { border-color: rgb(207,184,34); }
td.TdClassName
{
border-color: #CFB822;
}
.TagClassName
{
border-color: #CFB822;
}
</style>