Shades of Bird Flower #CFCD12
Tints of Bird Flower #CFCD12
RGB
CMYK
RGB Variations
Color information
#CFCD12 (or 0xCFCD12) is known color: Bird Flower. HEX triplet: CF, CD and 12. RGB value is (207,205,18). Sum of RGB (Red+Green+Blue) = 207+205+18=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCD12 is #3032ED. Grayscale: #B9B9B9. Windows color (decimal): -3158766 or 1232335. OLE color: 1232335.
HSL color Cylindrical-coordinate representation of color #CFCD12: hue angle of 59.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFCD12 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 18 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.19 |
| HSL | 59.37º | 0.84% | 0.44% | - |
| HSV(B) | 59.37º | 0.91% | 0.81% | - |
| XYZ | 47.67 | 56.97 | 9.06 | - |
| YUV | 184.28 | 34.16 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 18 | 0 | 0.01 | 0.91 | 0.19 | 59.37 | 0.84 | 0.44 |
| Hex | CF | CD | 12 | 0 | 1 | 5B | 13 | 3B | 54 | 2C |
| Octal | 317 | 315 | 22 | 0 | 1 | 133 | 23 | 73 | 124 | 54 |
| Binary | 11001111 | 11001101 | 10010 | 0 | 1 | 1011011 | 10011 | 111011 | 1010100 | 101100 |
Color Harmonies of #CFCD12
Complementary color
Monochromatic Colors of #CFCD12
Black with #CFCD12
Text Example
Text Example
White with #CFCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD12; }
p { color: rgb(207,205,18); }
H1.HeaderClassName
{
color: #CFCD12;
}
.AnyTagClassName
{
color: #CFCD12;
}
</style>
background-color css
<style>
a { background-color: #CFCD12; }
a { background-color: rgb(207,205,18); }
div.DivClassName
{
background-color: #CFCD12;
}
.BgClassName
{
background-color: #CFCD12;
}
</style>
border-color css
<style>
span { border-color: #CFCD12; }
span { border-color: rgb(207,205,18); }
td.TdClassName
{
border-color: #CFCD12;
}
.TagClassName
{
border-color: #CFCD12;
}
</style>