Shades of Bird Flower #CFC11D
Tints of Bird Flower #CFC11D
RGB
CMYK
RGB Variations
Color information
#CFC11D (or 0xCFC11D) is known color: Bird Flower. HEX triplet: CF, C1 and 1D. RGB value is (207,193,29). Sum of RGB (Red+Green+Blue) = 207+193+29=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC11D is #303EE2. Grayscale: #B3B3B3. Windows color (decimal): -3161827 or 1950159. OLE color: 1950159.
HSL color Cylindrical-coordinate representation of color #CFC11D: hue angle of 55.28º 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 #CFC11D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 29 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.19 |
| HSL | 55.28º | 0.75% | 0.46% | - |
| HSV(B) | 55.28º | 0.86% | 0.81% | - |
| XYZ | 45.02 | 51.49 | 8.73 | - |
| YUV | 178.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 29 | 0 | 0.07 | 0.86 | 0.19 | 55.28 | 0.75 | 0.46 |
| Hex | CF | C1 | 1D | 0 | 7 | 56 | 13 | 37 | 4B | 2E |
| Octal | 317 | 301 | 35 | 0 | 7 | 126 | 23 | 67 | 113 | 56 |
| Binary | 11001111 | 11000001 | 11101 | 0 | 111 | 1010110 | 10011 | 110111 | 1001011 | 101110 |
Color Harmonies of #CFC11D
Complementary color
Monochromatic Colors of #CFC11D
Black with #CFC11D
Text Example
Text Example
White with #CFC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC11D; }
p { color: rgb(207,193,29); }
H1.HeaderClassName
{
color: #CFC11D;
}
.AnyTagClassName
{
color: #CFC11D;
}
</style>
background-color css
<style>
a { background-color: #CFC11D; }
a { background-color: rgb(207,193,29); }
div.DivClassName
{
background-color: #CFC11D;
}
.BgClassName
{
background-color: #CFC11D;
}
</style>
border-color css
<style>
span { border-color: #CFC11D; }
span { border-color: rgb(207,193,29); }
td.TdClassName
{
border-color: #CFC11D;
}
.TagClassName
{
border-color: #CFC11D;
}
</style>