Shades of Bird Flower #CFCB0C
Tints of Bird Flower #CFCB0C
RGB
CMYK
RGB Variations
Color information
#CFCB0C (or 0xCFCB0C) is known color: Bird Flower. HEX triplet: CF, CB and 0C. RGB value is (207,203,12). Sum of RGB (Red+Green+Blue) = 207+203+12=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB0C is #3034F3. Grayscale: #B7B7B7. Windows color (decimal): -3159284 or 838607. OLE color: 838607.
HSL color Cylindrical-coordinate representation of color #CFCB0C: hue angle of 58.77º degrees, saturation: 0.89, 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 #CFCB0C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.19 |
| HSL | 58.77º | 0.89% | 0.43% | - |
| HSV(B) | 58.77º | 0.94% | 0.81% | - |
| XYZ | 47.15 | 56 | 8.67 | - |
| YUV | 182.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 12 | 0 | 0.02 | 0.94 | 0.19 | 58.77 | 0.89 | 0.43 |
| Hex | CF | CB | C | 0 | 2 | 5E | 13 | 3B | 59 | 2B |
| Octal | 317 | 313 | 14 | 0 | 2 | 136 | 23 | 73 | 131 | 53 |
| Binary | 11001111 | 11001011 | 1100 | 0 | 10 | 1011110 | 10011 | 111011 | 1011001 | 101011 |
Color Harmonies of #CFCB0C
Complementary color
Monochromatic Colors of #CFCB0C
Black with #CFCB0C
Text Example
Text Example
White with #CFCB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB0C; }
p { color: rgb(207,203,12); }
H1.HeaderClassName
{
color: #CFCB0C;
}
.AnyTagClassName
{
color: #CFCB0C;
}
</style>
background-color css
<style>
a { background-color: #CFCB0C; }
a { background-color: rgb(207,203,12); }
div.DivClassName
{
background-color: #CFCB0C;
}
.BgClassName
{
background-color: #CFCB0C;
}
</style>
border-color css
<style>
span { border-color: #CFCB0C; }
span { border-color: rgb(207,203,12); }
td.TdClassName
{
border-color: #CFCB0C;
}
.TagClassName
{
border-color: #CFCB0C;
}
</style>