Shades of Bird Flower #CFCD13
Tints of Bird Flower #CFCD13
RGB
CMYK
RGB Variations
Color information
#CFCD13 (or 0xCFCD13) is known color: Bird Flower. HEX triplet: CF, CD and 13. RGB value is (207,205,19). Sum of RGB (Red+Green+Blue) = 207+205+19=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCD13 is #3032EC. Grayscale: #B9B9B9. Windows color (decimal): -3158765 or 1297871. OLE color: 1297871.
HSL color Cylindrical-coordinate representation of color #CFCD13: hue angle of 59.36º degrees, saturation: 0.83, 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 #CFCD13 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 19 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.19 |
| HSL | 59.36º | 0.83% | 0.44% | - |
| HSV(B) | 59.36º | 0.91% | 0.81% | - |
| XYZ | 47.68 | 56.98 | 9.1 | - |
| YUV | 184.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 19 | 0 | 0.01 | 0.91 | 0.19 | 59.36 | 0.83 | 0.44 |
| Hex | CF | CD | 13 | 0 | 1 | 5B | 13 | 3B | 53 | 2C |
| Octal | 317 | 315 | 23 | 0 | 1 | 133 | 23 | 73 | 123 | 54 |
| Binary | 11001111 | 11001101 | 10011 | 0 | 1 | 1011011 | 10011 | 111011 | 1010011 | 101100 |
Color Harmonies of #CFCD13
Complementary color
Monochromatic Colors of #CFCD13
Black with #CFCD13
Text Example
Text Example
White with #CFCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD13; }
p { color: rgb(207,205,19); }
H1.HeaderClassName
{
color: #CFCD13;
}
.AnyTagClassName
{
color: #CFCD13;
}
</style>
background-color css
<style>
a { background-color: #CFCD13; }
a { background-color: rgb(207,205,19); }
div.DivClassName
{
background-color: #CFCD13;
}
.BgClassName
{
background-color: #CFCD13;
}
</style>
border-color css
<style>
span { border-color: #CFCD13; }
span { border-color: rgb(207,205,19); }
td.TdClassName
{
border-color: #CFCD13;
}
.TagClassName
{
border-color: #CFCD13;
}
</style>