Shades of Bird Flower #CFC80F
Tints of Bird Flower #CFC80F
RGB
CMYK
RGB Variations
Color information
#CFC80F (or 0xCFC80F) is known color: Bird Flower. HEX triplet: CF, C8 and 0F. RGB value is (207,200,15). Sum of RGB (Red+Green+Blue) = 207+200+15=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC80F is #3037F0. Grayscale: #B5B5B5. Windows color (decimal): -3160049 or 1034447. OLE color: 1034447.
HSL color Cylindrical-coordinate representation of color #CFC80F: hue angle of 57.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFC80F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 15 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.19 |
| HSL | 57.81º | 0.86% | 0.44% | - |
| HSV(B) | 57.81º | 0.93% | 0.81% | - |
| XYZ | 46.47 | 54.61 | 8.54 | - |
| YUV | 181 | 34.32 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 15 | 0 | 0.03 | 0.93 | 0.19 | 57.81 | 0.86 | 0.44 |
| Hex | CF | C8 | F | 0 | 3 | 5D | 13 | 3A | 56 | 2C |
| Octal | 317 | 310 | 17 | 0 | 3 | 135 | 23 | 72 | 126 | 54 |
| Binary | 11001111 | 11001000 | 1111 | 0 | 11 | 1011101 | 10011 | 111010 | 1010110 | 101100 |
Color Harmonies of #CFC80F
Complementary color
Monochromatic Colors of #CFC80F
Black with #CFC80F
Text Example
Text Example
White with #CFC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC80F; }
p { color: rgb(207,200,15); }
H1.HeaderClassName
{
color: #CFC80F;
}
.AnyTagClassName
{
color: #CFC80F;
}
</style>
background-color css
<style>
a { background-color: #CFC80F; }
a { background-color: rgb(207,200,15); }
div.DivClassName
{
background-color: #CFC80F;
}
.BgClassName
{
background-color: #CFC80F;
}
</style>
border-color css
<style>
span { border-color: #CFC80F; }
span { border-color: rgb(207,200,15); }
td.TdClassName
{
border-color: #CFC80F;
}
.TagClassName
{
border-color: #CFC80F;
}
</style>