Shades of Bird Flower #CFC21B
Tints of Bird Flower #CFC21B
RGB
CMYK
RGB Variations
Color information
#CFC21B (or 0xCFC21B) is known color: Bird Flower. HEX triplet: CF, C2 and 1B. RGB value is (207,194,27). Sum of RGB (Red+Green+Blue) = 207+194+27=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC21B is #303DE4. Grayscale: #B3B3B3. Windows color (decimal): -3161573 or 1819343. OLE color: 1819343.
HSL color Cylindrical-coordinate representation of color #CFC21B: hue angle of 55.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFC21B is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 27 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.19 |
| HSL | 55.67º | 0.77% | 0.46% | - |
| HSV(B) | 55.67º | 0.87% | 0.81% | - |
| XYZ | 45.22 | 51.93 | 8.68 | - |
| YUV | 178.85 | 42.31 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 27 | 0 | 0.06 | 0.87 | 0.19 | 55.67 | 0.77 | 0.46 |
| Hex | CF | C2 | 1B | 0 | 6 | 57 | 13 | 38 | 4D | 2E |
| Octal | 317 | 302 | 33 | 0 | 6 | 127 | 23 | 70 | 115 | 56 |
| Binary | 11001111 | 11000010 | 11011 | 0 | 110 | 1010111 | 10011 | 111000 | 1001101 | 101110 |
Color Harmonies of #CFC21B
Complementary color
Monochromatic Colors of #CFC21B
Black with #CFC21B
Text Example
Text Example
White with #CFC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC21B; }
p { color: rgb(207,194,27); }
H1.HeaderClassName
{
color: #CFC21B;
}
.AnyTagClassName
{
color: #CFC21B;
}
</style>
background-color css
<style>
a { background-color: #CFC21B; }
a { background-color: rgb(207,194,27); }
div.DivClassName
{
background-color: #CFC21B;
}
.BgClassName
{
background-color: #CFC21B;
}
</style>
border-color css
<style>
span { border-color: #CFC21B; }
span { border-color: rgb(207,194,27); }
td.TdClassName
{
border-color: #CFC21B;
}
.TagClassName
{
border-color: #CFC21B;
}
</style>