Shades of Bird Flower #CFC20B
Tints of Bird Flower #CFC20B
RGB
CMYK
RGB Variations
Color information
#CFC20B (or 0xCFC20B) is known color: Bird Flower. HEX triplet: CF, C2 and 0B. RGB value is (207,194,11). Sum of RGB (Red+Green+Blue) = 207+194+11=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC20B is #303DF4. Grayscale: #B1B1B1. Windows color (decimal): -3161589 or 770767. OLE color: 770767.
HSL color Cylindrical-coordinate representation of color #CFC20B: hue angle of 56.02º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFC20B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.19 |
| HSL | 56.02º | 0.9% | 0.43% | - |
| HSV(B) | 56.02º | 0.95% | 0.81% | - |
| XYZ | 45.08 | 51.87 | 7.95 | - |
| YUV | 177.03 | 34.31 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 11 | 0 | 0.06 | 0.95 | 0.19 | 56.02 | 0.9 | 0.43 |
| Hex | CF | C2 | B | 0 | 6 | 5F | 13 | 38 | 5A | 2B |
| Octal | 317 | 302 | 13 | 0 | 6 | 137 | 23 | 70 | 132 | 53 |
| Binary | 11001111 | 11000010 | 1011 | 0 | 110 | 1011111 | 10011 | 111000 | 1011010 | 101011 |
Color Harmonies of #CFC20B
Complementary color
Monochromatic Colors of #CFC20B
Black with #CFC20B
Text Example
Text Example
White with #CFC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC20B; }
p { color: rgb(207,194,11); }
H1.HeaderClassName
{
color: #CFC20B;
}
.AnyTagClassName
{
color: #CFC20B;
}
</style>
background-color css
<style>
a { background-color: #CFC20B; }
a { background-color: rgb(207,194,11); }
div.DivClassName
{
background-color: #CFC20B;
}
.BgClassName
{
background-color: #CFC20B;
}
</style>
border-color css
<style>
span { border-color: #CFC20B; }
span { border-color: rgb(207,194,11); }
td.TdClassName
{
border-color: #CFC20B;
}
.TagClassName
{
border-color: #CFC20B;
}
</style>