Shades of Bird Flower #CFC90D
Tints of Bird Flower #CFC90D
RGB
CMYK
RGB Variations
Color information
#CFC90D (or 0xCFC90D) is known color: Bird Flower. HEX triplet: CF, C9 and 0D. RGB value is (207,201,13). Sum of RGB (Red+Green+Blue) = 207+201+13=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC90D is #3036F2. Grayscale: #B6B6B6. Windows color (decimal): -3159795 or 903631. OLE color: 903631.
HSL color Cylindrical-coordinate representation of color #CFC90D: hue angle of 58.14º 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 #CFC90D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.19 |
| HSL | 58.14º | 0.88% | 0.43% | - |
| HSV(B) | 58.14º | 0.94% | 0.81% | - |
| XYZ | 46.69 | 55.07 | 8.55 | - |
| YUV | 181.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 13 | 0 | 0.03 | 0.94 | 0.19 | 58.14 | 0.88 | 0.43 |
| Hex | CF | C9 | D | 0 | 3 | 5E | 13 | 3A | 58 | 2B |
| Octal | 317 | 311 | 15 | 0 | 3 | 136 | 23 | 72 | 130 | 53 |
| Binary | 11001111 | 11001001 | 1101 | 0 | 11 | 1011110 | 10011 | 111010 | 1011000 | 101011 |
Color Harmonies of #CFC90D
Complementary color
Monochromatic Colors of #CFC90D
Black with #CFC90D
Text Example
Text Example
White with #CFC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC90D; }
p { color: rgb(207,201,13); }
H1.HeaderClassName
{
color: #CFC90D;
}
.AnyTagClassName
{
color: #CFC90D;
}
</style>
background-color css
<style>
a { background-color: #CFC90D; }
a { background-color: rgb(207,201,13); }
div.DivClassName
{
background-color: #CFC90D;
}
.BgClassName
{
background-color: #CFC90D;
}
</style>
border-color css
<style>
span { border-color: #CFC90D; }
span { border-color: rgb(207,201,13); }
td.TdClassName
{
border-color: #CFC90D;
}
.TagClassName
{
border-color: #CFC90D;
}
</style>