Shades of Bird Flower #CFC50D
Tints of Bird Flower #CFC50D
RGB
CMYK
RGB Variations
Color information
#CFC50D (or 0xCFC50D) is known color: Bird Flower. HEX triplet: CF, C5 and 0D. RGB value is (207,197,13). Sum of RGB (Red+Green+Blue) = 207+197+13=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC50D is #303AF2. Grayscale: #B3B3B3. Windows color (decimal): -3160819 or 902607. OLE color: 902607.
HSL color Cylindrical-coordinate representation of color #CFC50D: hue angle of 56.91º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFC50D is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 13 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.19 |
| HSL | 56.91º | 0.88% | 0.43% | - |
| HSV(B) | 56.91º | 0.94% | 0.81% | - |
| XYZ | 45.77 | 53.23 | 8.24 | - |
| YUV | 179.01 | 34.31 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 13 | 0 | 0.05 | 0.94 | 0.19 | 56.91 | 0.88 | 0.43 |
| Hex | CF | C5 | D | 0 | 5 | 5E | 13 | 39 | 58 | 2B |
| Octal | 317 | 305 | 15 | 0 | 5 | 136 | 23 | 71 | 130 | 53 |
| Binary | 11001111 | 11000101 | 1101 | 0 | 101 | 1011110 | 10011 | 111001 | 1011000 | 101011 |
Color Harmonies of #CFC50D
Complementary color
Monochromatic Colors of #CFC50D
Black with #CFC50D
Text Example
Text Example
White with #CFC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC50D; }
p { color: rgb(207,197,13); }
H1.HeaderClassName
{
color: #CFC50D;
}
.AnyTagClassName
{
color: #CFC50D;
}
</style>
background-color css
<style>
a { background-color: #CFC50D; }
a { background-color: rgb(207,197,13); }
div.DivClassName
{
background-color: #CFC50D;
}
.BgClassName
{
background-color: #CFC50D;
}
</style>
border-color css
<style>
span { border-color: #CFC50D; }
span { border-color: rgb(207,197,13); }
td.TdClassName
{
border-color: #CFC50D;
}
.TagClassName
{
border-color: #CFC50D;
}
</style>