Shades of Bird Flower #CFB21D
Tints of Bird Flower #CFB21D
RGB
CMYK
RGB Variations
Color information
#CFB21D (or 0xCFB21D) is known color: Bird Flower. HEX triplet: CF, B2 and 1D. RGB value is (207,178,29). Sum of RGB (Red+Green+Blue) = 207+178+29=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB21D is #304DE2. Grayscale: #AAAAAA. Windows color (decimal): -3165667 or 1946319. OLE color: 1946319.
HSL color Cylindrical-coordinate representation of color #CFB21D: hue angle of 50.22º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFB21D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 29 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.19 |
| HSL | 50.22º | 0.75% | 0.46% | - |
| HSV(B) | 50.22º | 0.86% | 0.81% | - |
| XYZ | 41.87 | 45.19 | 7.68 | - |
| YUV | 169.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 29 | 0 | 0.14 | 0.86 | 0.19 | 50.22 | 0.75 | 0.46 |
| Hex | CF | B2 | 1D | 0 | E | 56 | 13 | 32 | 4B | 2E |
| Octal | 317 | 262 | 35 | 0 | 16 | 126 | 23 | 62 | 113 | 56 |
| Binary | 11001111 | 10110010 | 11101 | 0 | 1110 | 1010110 | 10011 | 110010 | 1001011 | 101110 |
Color Harmonies of #CFB21D
Complementary color
Monochromatic Colors of #CFB21D
Black with #CFB21D
Text Example
Text Example
White with #CFB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB21D; }
p { color: rgb(207,178,29); }
H1.HeaderClassName
{
color: #CFB21D;
}
.AnyTagClassName
{
color: #CFB21D;
}
</style>
background-color css
<style>
a { background-color: #CFB21D; }
a { background-color: rgb(207,178,29); }
div.DivClassName
{
background-color: #CFB21D;
}
.BgClassName
{
background-color: #CFB21D;
}
</style>
border-color css
<style>
span { border-color: #CFB21D; }
span { border-color: rgb(207,178,29); }
td.TdClassName
{
border-color: #CFB21D;
}
.TagClassName
{
border-color: #CFB21D;
}
</style>