Shades of Bird Flower #CFC313
Tints of Bird Flower #CFC313
RGB
CMYK
RGB Variations
Color information
#CFC313 (or 0xCFC313) is known color: Bird Flower. HEX triplet: CF, C3 and 13. RGB value is (207,195,19). Sum of RGB (Red+Green+Blue) = 207+195+19=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC313 is #303CEC. Grayscale: #B3B3B3. Windows color (decimal): -3161325 or 1295311. OLE color: 1295311.
HSL color Cylindrical-coordinate representation of color #CFC313: hue angle of 56.17º 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 #CFC313 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.19 |
| HSL | 56.17º | 0.83% | 0.44% | - |
| HSV(B) | 56.17º | 0.91% | 0.81% | - |
| XYZ | 45.36 | 52.34 | 8.33 | - |
| YUV | 178.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 19 | 0 | 0.06 | 0.91 | 0.19 | 56.17 | 0.83 | 0.44 |
| Hex | CF | C3 | 13 | 0 | 6 | 5B | 13 | 38 | 53 | 2C |
| Octal | 317 | 303 | 23 | 0 | 6 | 133 | 23 | 70 | 123 | 54 |
| Binary | 11001111 | 11000011 | 10011 | 0 | 110 | 1011011 | 10011 | 111000 | 1010011 | 101100 |
Color Harmonies of #CFC313
Complementary color
Monochromatic Colors of #CFC313
Black with #CFC313
Text Example
Text Example
White with #CFC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC313; }
p { color: rgb(207,195,19); }
H1.HeaderClassName
{
color: #CFC313;
}
.AnyTagClassName
{
color: #CFC313;
}
</style>
background-color css
<style>
a { background-color: #CFC313; }
a { background-color: rgb(207,195,19); }
div.DivClassName
{
background-color: #CFC313;
}
.BgClassName
{
background-color: #CFC313;
}
</style>
border-color css
<style>
span { border-color: #CFC313; }
span { border-color: rgb(207,195,19); }
td.TdClassName
{
border-color: #CFC313;
}
.TagClassName
{
border-color: #CFC313;
}
</style>